Html Css Color HEX #482005 Brown Pod

📋 copy color: '#482005'

red 72 ◦ green 32 ◦ blue 5

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

Shades of Brown Pod #482005

Tints of Brown Pod #482005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4.59%

R = 66.06%
G = 29.36%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.93

 K value IS 0.72

RGB Variations

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

Color information

#482005 (or 0x482005) is known color: Brown Pod. HEX triplet: 48, 20 and 05. RGB value is (72,32,5). Sum of RGB (Red+Green+Blue) = 72+32+5=109 (14% of max value = 765). Red value is 72 (28.52% from 255 or 66.06% from 109); Green value is 32 (12.89% from 255 or 29.36% from 109); Blue value is 5 (2.34% from 255 or 4.59% from 109); Max value from RGB is 72 - color contains mainly: red. Hex color #482005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482005 is #B7DFFA. Grayscale: #292929. Windows color (decimal): -12050427 or 335944. OLE color: 335944.

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

Color convert

RGB 72 32 5 -
CMYK 0 0.56 0.93 0.72
HSL 24.18º 0.87% 0.15% -
HSV(B) 24.18º 0.93% 0.28% -
XYZ 3.22 2.42 0.44 -
YUV 40.88 107.75 150.2 -
System Red Green Blue C M Y K H S L
Decimal 72 32 5 0 0.56 0.93 0.72 24.18 0.87 0.15
Hex 48 20 5 0 38 5D 48 18 57 F
Octal 110 40 5 0 70 135 110 30 127 17
Binary 1001000 100000 101 0 111000 1011101 1001000 11000 1010111 1111

Color Harmonies of #482005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482005

Black with #482005

Text Example


Text Example

White with #482005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482005; }

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

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

background-color css

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

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

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

border-color css

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

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

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