Html Css Color HEX #481B08 Brown Pod

📋 copy color: '#481B08'

red 72 ◦ green 27 ◦ blue 8

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

Shades of Brown Pod #481B08

Tints of Brown Pod #481B08

RGB

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

 GREEN value IS 27 (10.94% from 255) = 25.23%

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

R = 67.29%
G = 25.23%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.89

 K value IS 0.72

RGB Variations

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

Color information

#481B08 (or 0x481B08) is known color: Brown Pod. HEX triplet: 48, 1B and 08. RGB value is (72,27,8). Sum of RGB (Red+Green+Blue) = 72+27+8=107 (14% of max value = 765). Red value is 72 (28.52% from 255 or 67.29% from 107); Green value is 27 (10.94% from 255 or 25.23% from 107); Blue value is 8 (3.52% from 255 or 7.48% from 107); Max value from RGB is 72 - color contains mainly: red. Hex color #481B08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481B08 is #B7E4F7. Grayscale: #262626. Windows color (decimal): -12051704 or 531272. OLE color: 531272.

HSL color Cylindrical-coordinate representation of color #481B08: hue angle of 17.81º 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 #481B08 is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 27 8 -
CMYK 0 0.62 0.89 0.72
HSL 17.81º 0.8% 0.16% -
HSV(B) 17.81º 0.89% 0.28% -
XYZ 3.11 2.18 0.49 -
YUV 38.29 110.91 152.04 -
System Red Green Blue C M Y K H S L
Decimal 72 27 8 0 0.62 0.89 0.72 17.81 0.8 0.16
Hex 48 1B 8 0 3E 59 48 12 50 10
Octal 110 33 10 0 76 131 110 22 120 20
Binary 1001000 11011 1000 0 111110 1011001 1001000 10010 1010000 10000

Color Harmonies of #481B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481B08

Black with #481B08

Text Example


Text Example

White with #481B08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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