Html Css Color HEX #482304 Brown Pod

📋 copy color: '#482304'

red 72 ◦ green 35 ◦ blue 4

#482304
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brown Pod #482304

Tints of Brown Pod #482304

RGB

 RED value IS 72 (28.52% from 255) = 64.86%

 GREEN value IS 35 (14.06% from 255) = 31.53%

 BLUE value IS 4 (1.95% from 255) = 3.6%

R = 64.86%
G = 31.53%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.94

 K value IS 0.72

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#482304 (or 0x482304) is known color: Brown Pod. HEX triplet: 48, 23 and 04. RGB value is (72,35,4). Sum of RGB (Red+Green+Blue) = 72+35+4=111 (14% of max value = 765). Red value is 72 (28.52% from 255 or 64.86% from 111); Green value is 35 (14.06% from 255 or 31.53% from 111); Blue value is 4 (1.95% from 255 or 3.60% from 111); Max value from RGB is 72 - color contains mainly: red. Hex color #482304 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482304 is #B7DCFB. Grayscale: #2A2A2A. Windows color (decimal): -12049660 or 271176. OLE color: 271176.

HSL color Cylindrical-coordinate representation of color #482304: hue angle of 27.35º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #482304 is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 35 4 -
CMYK 0 0.51 0.94 0.72
HSL 27.35º 0.89% 0.15% -
HSV(B) 27.35º 0.94% 0.28% -
XYZ 3.3 2.59 0.44 -
YUV 42.53 106.26 149.02 -
System Red Green Blue C M Y K H S L
Decimal 72 35 4 0 0.51 0.94 0.72 27.35 0.89 0.15
Hex 48 23 4 0 33 5E 48 1B 59 F
Octal 110 43 4 0 63 136 110 33 131 17
Binary 1001000 100011 100 0 110011 1011110 1001000 11011 1011001 1111

Color Harmonies of #482304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482304

Black with #482304

Text Example


Text Example

White with #482304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482304; }

 p { color: rgb(72,35,4); }

 H1.HeaderClassName
 {
   color: #482304;
 }
 .AnyTagClassName
 {
   color: #482304;
 }
</style>

background-color css

<style>
 a { background-color: #482304; }

 a { background-color: rgb(72,35,4); }

 div.DivClassName
 {
   background-color: #482304;
 }
 .BgClassName
 {
   background-color: #482304;
 }
</style>

border-color css

<style>
 span { border-color: #482304; }

 span { border-color: rgb(72,35,4); }

 td.TdClassName
 {
   border-color: #482304;
 }
 .TagClassName
 {
   border-color: #482304;
 }
</style>