Html Css Color HEX #391308 Seal Brown

📋 copy color: '#391308'

red 57 ◦ green 19 ◦ blue 8

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

Shades of Seal Brown #391308

Tints of Seal Brown #391308

RGB

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

 GREEN value IS 19 (7.81% from 255) = 22.62%

 BLUE value IS 8 (3.52% from 255) = 9.52%

R = 67.86%
G = 22.62%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.86

 K value IS 0.78

RGB Variations

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

Color information

#391308 (or 0x391308) is known color: Seal Brown. HEX triplet: 39, 13 and 08. RGB value is (57,19,8). Sum of RGB (Red+Green+Blue) = 57+19+8=84 (11% of max value = 765). Red value is 57 (22.66% from 255 or 67.86% from 84); Green value is 19 (7.81% from 255 or 22.62% from 84); Blue value is 8 (3.52% from 255 or 9.52% from 84); Max value from RGB is 57 - color contains mainly: red. Hex color #391308 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391308 is #C6ECF7. Grayscale: #1D1D1D. Windows color (decimal): -13036792 or 529209. OLE color: 529209.

HSL color Cylindrical-coordinate representation of color #391308: hue angle of 13.47º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #391308 is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 19 8 -
CMYK 0 0.67 0.86 0.78
HSL 13.47º 0.75% 0.13% -
HSV(B) 13.47º 0.86% 0.22% -
XYZ 1.96 1.35 0.39 -
YUV 29.11 116.09 147.89 -
System Red Green Blue C M Y K H S L
Decimal 57 19 8 0 0.67 0.86 0.78 13.47 0.75 0.13
Hex 39 13 8 0 43 56 4E D 4B D
Octal 71 23 10 0 103 126 116 15 113 15
Binary 111001 10011 1000 0 1000011 1010110 1001110 1101 1001011 1101

Color Harmonies of #391308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391308

Black with #391308

Text Example


Text Example

White with #391308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391308; }

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

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

background-color css

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

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

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

border-color css

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

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

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