Html Css Color HEX #481B17 Brown Pod

📋 copy color: '#481B17'

red 72 ◦ green 27 ◦ blue 23

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

Shades of Brown Pod #481B17

Tints of Brown Pod #481B17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 18.85%

R = 59.02%
G = 22.13%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.68

 K value IS 0.72

RGB Variations

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

Color information

#481B17 (or 0x481B17) is known color: Brown Pod. HEX triplet: 48, 1B and 17. RGB value is (72,27,23). Sum of RGB (Red+Green+Blue) = 72+27+23=122 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.02% from 122); Green value is 27 (10.94% from 255 or 22.13% from 122); Blue value is 23 (9.38% from 255 or 18.85% from 122); Max value from RGB is 72 - color contains mainly: red. Hex color #481B17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481B17 is #B7E4E8. Grayscale: #282828. Windows color (decimal): -12051689 or 1514312. OLE color: 1514312.

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

Color convert

RGB 72 27 23 -
CMYK 0 0.62 0.68 0.72
HSL 4.9º 0.52% 0.19% -
HSV(B) 4.9º 0.68% 0.28% -
XYZ 3.22 2.22 1.07 -
YUV 40 118.41 150.83 -
System Red Green Blue C M Y K H S L
Decimal 72 27 23 0 0.62 0.68 0.72 4.9 0.52 0.19
Hex 48 1B 17 0 3E 44 48 5 34 13
Octal 110 33 27 0 76 104 110 5 64 23
Binary 1001000 11011 10111 0 111110 1000100 1001000 101 110100 10011

Color Harmonies of #481B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481B17

Black with #481B17

Text Example


Text Example

White with #481B17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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