Html Css Color HEX #481B06 Brown Pod

📋 copy color: '#481B06'

red 72 ◦ green 27 ◦ blue 6

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

Shades of Brown Pod #481B06

Tints of Brown Pod #481B06

RGB

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

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

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

R = 68.57%
G = 25.71%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.72

RGB Variations

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

Color information

#481B06 (or 0x481B06) is known color: Brown Pod. HEX triplet: 48, 1B and 06. RGB value is (72,27,6). Sum of RGB (Red+Green+Blue) = 72+27+6=105 (13% of max value = 765). Red value is 72 (28.52% from 255 or 68.57% from 105); Green value is 27 (10.94% from 255 or 25.71% from 105); Blue value is 6 (2.73% from 255 or 5.71% from 105); Max value from RGB is 72 - color contains mainly: red. Hex color #481B06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481B06 is #B7E4F9. Grayscale: #262626. Windows color (decimal): -12051706 or 400200. OLE color: 400200.

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

Color convert

RGB 72 27 6 -
CMYK 0 0.62 0.92 0.72
HSL 19.09º 0.85% 0.15% -
HSV(B) 19.09º 0.92% 0.28% -
XYZ 3.1 2.17 0.43 -
YUV 38.06 109.91 152.21 -
System Red Green Blue C M Y K H S L
Decimal 72 27 6 0 0.62 0.92 0.72 19.09 0.85 0.15
Hex 48 1B 6 0 3E 5C 48 13 55 F
Octal 110 33 6 0 76 134 110 23 125 17
Binary 1001000 11011 110 0 111110 1011100 1001000 10011 1010101 1111

Color Harmonies of #481B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481B06

Black with #481B06

Text Example


Text Example

White with #481B06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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