Html Css Color HEX #391C09 Brown Pod

📋 copy color: '#391C09'

red 57 ◦ green 28 ◦ blue 9

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

Shades of Brown Pod #391C09

Tints of Brown Pod #391C09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 9.57%

R = 60.64%
G = 29.79%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.84

 K value IS 0.78

RGB Variations

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

Color information

#391C09 (or 0x391C09) is known color: Brown Pod. HEX triplet: 39, 1C and 09. RGB value is (57,28,9). Sum of RGB (Red+Green+Blue) = 57+28+9=94 (12% of max value = 765). Red value is 57 (22.66% from 255 or 60.64% from 94); Green value is 28 (11.33% from 255 or 29.79% from 94); Blue value is 9 (3.91% from 255 or 9.57% from 94); Max value from RGB is 57 - color contains mainly: red. Hex color #391C09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391C09 is #C6E3F6. Grayscale: #222222. Windows color (decimal): -13034487 or 597049. OLE color: 597049.

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

Color convert

RGB 57 28 9 -
CMYK 0 0.51 0.84 0.78
HSL 23.75º 0.73% 0.13% -
HSV(B) 23.75º 0.84% 0.22% -
XYZ 2.15 1.72 0.48 -
YUV 34.51 113.61 144.04 -
System Red Green Blue C M Y K H S L
Decimal 57 28 9 0 0.51 0.84 0.78 23.75 0.73 0.13
Hex 39 1C 9 0 33 54 4E 18 49 D
Octal 71 34 11 0 63 124 116 30 111 15
Binary 111001 11100 1001 0 110011 1010100 1001110 11000 1001001 1101

Color Harmonies of #391C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391C09

Black with #391C09

Text Example


Text Example

White with #391C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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