Html Css Color HEX #391E18 Brown Pod

📋 copy color: '#391E18'

red 57 ◦ green 30 ◦ blue 24

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

Shades of Brown Pod #391E18

Tints of Brown Pod #391E18

RGB

 RED value IS 57 (22.66% from 255) = 51.35%

 GREEN value IS 30 (12.11% from 255) = 27.03%

 BLUE value IS 24 (9.77% from 255) = 21.62%

R = 51.35%
G = 27.03%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.58

 K value IS 0.78

RGB Variations

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

Color information

#391E18 (or 0x391E18) is known color: Brown Pod. HEX triplet: 39, 1E and 18. RGB value is (57,30,24). Sum of RGB (Red+Green+Blue) = 57+30+24=111 (14% of max value = 765). Red value is 57 (22.66% from 255 or 51.35% from 111); Green value is 30 (12.11% from 255 or 27.03% from 111); Blue value is 24 (9.77% from 255 or 21.62% from 111); Max value from RGB is 57 - color contains mainly: red. Hex color #391E18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391E18 is #C6E1E7. Grayscale: #252525. Windows color (decimal): -13033960 or 1580601. OLE color: 1580601.

HSL color Cylindrical-coordinate representation of color #391E18: hue angle of 10.91º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #391E18 is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 30 24 -
CMYK 0 0.47 0.58 0.78
HSL 10.91º 0.41% 0.16% -
HSV(B) 10.91º 0.58% 0.22% -
XYZ 2.32 1.86 1.1 -
YUV 37.39 120.45 141.99 -
System Red Green Blue C M Y K H S L
Decimal 57 30 24 0 0.47 0.58 0.78 10.91 0.41 0.16
Hex 39 1E 18 0 2F 3A 4E B 29 10
Octal 71 36 30 0 57 72 116 13 51 20
Binary 111001 11110 11000 0 101111 111010 1001110 1011 101001 10000

Color Harmonies of #391E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391E18

Black with #391E18

Text Example


Text Example

White with #391E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391E18; }

 p { color: rgb(57,30,24); }

 H1.HeaderClassName
 {
   color: #391E18;
 }
 .AnyTagClassName
 {
   color: #391E18;
 }
</style>

background-color css

<style>
 a { background-color: #391E18; }

 a { background-color: rgb(57,30,24); }

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

border-color css

<style>
 span { border-color: #391E18; }

 span { border-color: rgb(57,30,24); }

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