Html Css Color HEX #361308 Seal Brown

📋 copy color: '#361308'

red 54 ◦ green 19 ◦ blue 8

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

Shades of Seal Brown #361308

Tints of Seal Brown #361308

RGB

 RED value IS 54 (21.48% from 255) = 66.67%

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

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

R = 66.67%
G = 23.46%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.85

 K value IS 0.79

RGB Variations

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

Color information

#361308 (or 0x361308) is known color: Seal Brown. HEX triplet: 36, 13 and 08. RGB value is (54,19,8). Sum of RGB (Red+Green+Blue) = 54+19+8=81 (10% of max value = 765). Red value is 54 (21.48% from 255 or 66.67% from 81); Green value is 19 (7.81% from 255 or 23.46% from 81); Blue value is 8 (3.52% from 255 or 9.88% from 81); Max value from RGB is 54 - color contains mainly: red. Hex color #361308 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361308 is #C9ECF7. Grayscale: #1C1C1C. Windows color (decimal): -13233400 or 529206. OLE color: 529206.

HSL color Cylindrical-coordinate representation of color #361308: hue angle of 14.35º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #361308 is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 19 8 -
CMYK 0 0.65 0.85 0.79
HSL 14.35º 0.74% 0.12% -
HSV(B) 14.35º 0.85% 0.21% -
XYZ 1.8 1.27 0.38 -
YUV 28.21 116.6 146.39 -
System Red Green Blue C M Y K H S L
Decimal 54 19 8 0 0.65 0.85 0.79 14.35 0.74 0.12
Hex 36 13 8 0 41 55 4F E 4A C
Octal 66 23 10 0 101 125 117 16 112 14
Binary 110110 10011 1000 0 1000001 1010101 1001111 1110 1001010 1100

Color Harmonies of #361308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361308

Black with #361308

Text Example


Text Example

White with #361308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361308; }

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

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

background-color css

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

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

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

border-color css

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

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

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