Html Css Color HEX #482004 Brown Pod

📋 copy color: '#482004'

red 72 ◦ green 32 ◦ blue 4

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

Shades of Brown Pod #482004

Tints of Brown Pod #482004

RGB

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

 GREEN value IS 32 (12.89% from 255) = 29.63%

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

R = 66.67%
G = 29.63%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0.72

RGB Variations

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

Color information

#482004 (or 0x482004) is known color: Brown Pod. HEX triplet: 48, 20 and 04. RGB value is (72,32,4). Sum of RGB (Red+Green+Blue) = 72+32+4=108 (14% of max value = 765). Red value is 72 (28.52% from 255 or 66.67% from 108); Green value is 32 (12.89% from 255 or 29.63% from 108); Blue value is 4 (1.95% from 255 or 3.70% from 108); Max value from RGB is 72 - color contains mainly: red. Hex color #482004 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482004 is #B7DFFB. Grayscale: #282828. Windows color (decimal): -12050428 or 270408. OLE color: 270408.

HSL color Cylindrical-coordinate representation of color #482004: hue angle of 24.71º 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 #482004 is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 32 4 -
CMYK 0 0.56 0.94 0.72
HSL 24.71º 0.89% 0.15% -
HSV(B) 24.71º 0.94% 0.28% -
XYZ 3.21 2.42 0.41 -
YUV 40.77 107.25 150.28 -
System Red Green Blue C M Y K H S L
Decimal 72 32 4 0 0.56 0.94 0.72 24.71 0.89 0.15
Hex 48 20 4 0 38 5E 48 19 59 F
Octal 110 40 4 0 70 136 110 31 131 17
Binary 1001000 100000 100 0 111000 1011110 1001000 11001 1011001 1111

Color Harmonies of #482004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482004

Black with #482004

Text Example


Text Example

White with #482004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482004; }

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

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

background-color css

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

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

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

border-color css

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

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

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