Html Css Color HEX #481B04 Brown Pod

📋 copy color: '#481B04'

red 72 ◦ green 27 ◦ blue 4

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

Shades of Brown Pod #481B04

Tints of Brown Pod #481B04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.88%

R = 69.9%
G = 26.21%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.94

 K value IS 0.72

RGB Variations

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

Color information

#481B04 (or 0x481B04) is known color: Brown Pod. HEX triplet: 48, 1B and 04. RGB value is (72,27,4). Sum of RGB (Red+Green+Blue) = 72+27+4=103 (13% of max value = 765). Red value is 72 (28.52% from 255 or 69.90% from 103); Green value is 27 (10.94% from 255 or 26.21% from 103); Blue value is 4 (1.95% from 255 or 3.88% from 103); Max value from RGB is 72 - color contains mainly: red. Hex color #481B04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481B04 is #B7E4FB. Grayscale: #252525. Windows color (decimal): -12051708 or 269128. OLE color: 269128.

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

Color convert

RGB 72 27 4 -
CMYK 0 0.62 0.94 0.72
HSL 20.29º 0.89% 0.15% -
HSV(B) 20.29º 0.94% 0.28% -
XYZ 3.09 2.17 0.37 -
YUV 37.83 108.91 152.37 -
System Red Green Blue C M Y K H S L
Decimal 72 27 4 0 0.62 0.94 0.72 20.29 0.89 0.15
Hex 48 1B 4 0 3E 5E 48 14 59 F
Octal 110 33 4 0 76 136 110 24 131 17
Binary 1001000 11011 100 0 111110 1011110 1001000 10100 1011001 1111

Color Harmonies of #481B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481B04

Black with #481B04

Text Example


Text Example

White with #481B04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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