Html Css Color HEX #391D18 Brown Pod

📋 copy color: '#391D18'

red 57 ◦ green 29 ◦ blue 24

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

Shades of Brown Pod #391D18

Tints of Brown Pod #391D18

RGB

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

 GREEN value IS 29 (11.72% from 255) = 26.36%

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

R = 51.82%
G = 26.36%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.58

 K value IS 0.78

RGB Variations

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

Color information

#391D18 (or 0x391D18) is known color: Brown Pod. HEX triplet: 39, 1D and 18. RGB value is (57,29,24). Sum of RGB (Red+Green+Blue) = 57+29+24=110 (14% of max value = 765). Red value is 57 (22.66% from 255 or 51.82% from 110); Green value is 29 (11.72% from 255 or 26.36% from 110); Blue value is 24 (9.77% from 255 or 21.82% from 110); Max value from RGB is 57 - color contains mainly: red. Hex color #391D18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391D18 is #C6E2E7. Grayscale: #242424. Windows color (decimal): -13034216 or 1580345. OLE color: 1580345.

HSL color Cylindrical-coordinate representation of color #391D18: hue angle of 9.09º 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 #391D18 is Cyan = 0, Magento = 0.49, Yellow = 0.58 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 29 24 -
CMYK 0 0.49 0.58 0.78
HSL 9.09º 0.41% 0.16% -
HSV(B) 9.09º 0.58% 0.22% -
XYZ 2.29 1.81 1.09 -
YUV 36.8 120.78 142.41 -
System Red Green Blue C M Y K H S L
Decimal 57 29 24 0 0.49 0.58 0.78 9.09 0.41 0.16
Hex 39 1D 18 0 31 3A 4E 9 29 10
Octal 71 35 30 0 61 72 116 11 51 20
Binary 111001 11101 11000 0 110001 111010 1001110 1001 101001 10000

Color Harmonies of #391D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391D18

Black with #391D18

Text Example


Text Example

White with #391D18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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