Html Css Color HEX #481C06 Brown Pod

📋 copy color: '#481C06'

red 72 ◦ green 28 ◦ blue 6

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

Shades of Brown Pod #481C06

Tints of Brown Pod #481C06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 5.66%

R = 67.92%
G = 26.42%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.92

 K value IS 0.72

RGB Variations

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

Color information

#481C06 (or 0x481C06) is known color: Brown Pod. HEX triplet: 48, 1C and 06. RGB value is (72,28,6). Sum of RGB (Red+Green+Blue) = 72+28+6=106 (14% of max value = 765). Red value is 72 (28.52% from 255 or 67.92% from 106); Green value is 28 (11.33% from 255 or 26.42% from 106); Blue value is 6 (2.73% from 255 or 5.66% from 106); Max value from RGB is 72 - color contains mainly: red. Hex color #481C06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481C06 is #B7E3F9. Grayscale: #262626. Windows color (decimal): -12051450 or 400456. OLE color: 400456.

HSL color Cylindrical-coordinate representation of color #481C06: hue angle of 20º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #481C06 is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 28 6 -
CMYK 0 0.61 0.92 0.72
HSL 20º 0.85% 0.15% -
HSV(B) 20º 0.92% 0.28% -
XYZ 3.12 2.22 0.44 -
YUV 38.65 109.58 151.79 -
System Red Green Blue C M Y K H S L
Decimal 72 28 6 0 0.61 0.92 0.72 20 0.85 0.15
Hex 48 1C 6 0 3D 5C 48 14 55 F
Octal 110 34 6 0 75 134 110 24 125 17
Binary 1001000 11100 110 0 111101 1011100 1001000 10100 1010101 1111

Color Harmonies of #481C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481C06

Black with #481C06

Text Example


Text Example

White with #481C06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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