Html Css Color HEX #391C13 Brown Pod

📋 copy color: '#391C13'

red 57 ◦ green 28 ◦ blue 19

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

Shades of Brown Pod #391C13

Tints of Brown Pod #391C13

RGB

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

 GREEN value IS 28 (11.33% from 255) = 26.92%

 BLUE value IS 19 (7.81% from 255) = 18.27%

R = 54.81%
G = 26.92%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.67

 K value IS 0.78

RGB Variations

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

Color information

#391C13 (or 0x391C13) is known color: Brown Pod. HEX triplet: 39, 1C and 13. RGB value is (57,28,19). Sum of RGB (Red+Green+Blue) = 57+28+19=104 (13% of max value = 765). Red value is 57 (22.66% from 255 or 54.81% from 104); Green value is 28 (11.33% from 255 or 26.92% from 104); Blue value is 19 (7.81% from 255 or 18.27% from 104); Max value from RGB is 57 - color contains mainly: red. Hex color #391C13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391C13 is #C6E3EC. Grayscale: #232323. Windows color (decimal): -13034477 or 1252409. OLE color: 1252409.

HSL color Cylindrical-coordinate representation of color #391C13: hue angle of 14.21º degrees, saturation: 0.5, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #391C13 is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 28 19 -
CMYK 0 0.51 0.67 0.78
HSL 14.21º 0.5% 0.15% -
HSV(B) 14.21º 0.67% 0.22% -
XYZ 2.22 1.75 0.84 -
YUV 35.65 118.61 143.23 -
System Red Green Blue C M Y K H S L
Decimal 57 28 19 0 0.51 0.67 0.78 14.21 0.5 0.15
Hex 39 1C 13 0 33 43 4E E 32 F
Octal 71 34 23 0 63 103 116 16 62 17
Binary 111001 11100 10011 0 110011 1000011 1001110 1110 110010 1111

Color Harmonies of #391C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391C13

Black with #391C13

Text Example


Text Example

White with #391C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,28,19); }

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

background-color css

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

 a { background-color: rgb(57,28,19); }

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

border-color css

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

 span { border-color: rgb(57,28,19); }

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