Html Css Color HEX #481C08 Brown Pod

📋 copy color: '#481C08'

red 72 ◦ green 28 ◦ blue 8

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

Shades of Brown Pod #481C08

Tints of Brown Pod #481C08

RGB

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

 GREEN value IS 28 (11.33% from 255) = 25.93%

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

R = 66.67%
G = 25.93%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.72

RGB Variations

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

Color information

#481C08 (or 0x481C08) is known color: Brown Pod. HEX triplet: 48, 1C and 08. RGB value is (72,28,8). Sum of RGB (Red+Green+Blue) = 72+28+8=108 (14% of max value = 765). Red value is 72 (28.52% from 255 or 66.67% from 108); Green value is 28 (11.33% from 255 or 25.93% from 108); Blue value is 8 (3.52% from 255 or 7.41% from 108); Max value from RGB is 72 - color contains mainly: red. Hex color #481C08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481C08 is #B7E3F7. Grayscale: #272727. Windows color (decimal): -12051448 or 531528. OLE color: 531528.

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

Color convert

RGB 72 28 8 -
CMYK 0 0.61 0.89 0.72
HSL 18.75º 0.8% 0.16% -
HSV(B) 18.75º 0.89% 0.28% -
XYZ 3.13 2.23 0.49 -
YUV 38.88 110.58 151.63 -
System Red Green Blue C M Y K H S L
Decimal 72 28 8 0 0.61 0.89 0.72 18.75 0.8 0.16
Hex 48 1C 8 0 3D 59 48 13 50 10
Octal 110 34 10 0 75 131 110 23 120 20
Binary 1001000 11100 1000 0 111101 1011001 1001000 10011 1010000 10000

Color Harmonies of #481C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481C08

Black with #481C08

Text Example


Text Example

White with #481C08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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