Html Css Color HEX #481D08 Brown Pod

📋 copy color: '#481D08'

red 72 ◦ green 29 ◦ blue 8

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

Shades of Brown Pod #481D08

Tints of Brown Pod #481D08

RGB

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

 GREEN value IS 29 (11.72% from 255) = 26.61%

 BLUE value IS 8 (3.52% from 255) = 7.34%

R = 66.06%
G = 26.61%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.89

 K value IS 0.72

RGB Variations

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

Color information

#481D08 (or 0x481D08) is known color: Brown Pod. HEX triplet: 48, 1D and 08. RGB value is (72,29,8). Sum of RGB (Red+Green+Blue) = 72+29+8=109 (14% of max value = 765). Red value is 72 (28.52% from 255 or 66.06% from 109); Green value is 29 (11.72% from 255 or 26.61% from 109); Blue value is 8 (3.52% from 255 or 7.34% from 109); Max value from RGB is 72 - color contains mainly: red. Hex color #481D08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481D08 is #B7E2F7. Grayscale: #272727. Windows color (decimal): -12051192 or 531784. OLE color: 531784.

HSL color Cylindrical-coordinate representation of color #481D08: hue angle of 19.69º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #481D08 is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 29 8 -
CMYK 0 0.60 0.89 0.72
HSL 19.69º 0.8% 0.16% -
HSV(B) 19.69º 0.89% 0.28% -
XYZ 3.16 2.27 0.5 -
YUV 39.46 110.25 151.21 -
System Red Green Blue C M Y K H S L
Decimal 72 29 8 0 0.60 0.89 0.72 19.69 0.8 0.16
Hex 48 1D 8 0 3C 59 48 14 50 10
Octal 110 35 10 0 74 131 110 24 120 20
Binary 1001000 11101 1000 0 111100 1011001 1001000 10100 1010000 10000

Color Harmonies of #481D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481D08

Black with #481D08

Text Example


Text Example

White with #481D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481D08; }

 p { color: rgb(72,29,8); }

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

background-color css

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

 a { background-color: rgb(72,29,8); }

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

border-color css

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

 span { border-color: rgb(72,29,8); }

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