Html Css Color HEX #360808 Seal Brown

📋 copy color: '#360808'

red 54 ◦ green 8 ◦ blue 8

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

Shades of Seal Brown #360808

Tints of Seal Brown #360808

RGB

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

 GREEN value IS 8 (3.52% from 255) = 11.43%

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

R = 77.14%
G = 11.43%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.79

RGB Variations

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

Color information

#360808 (or 0x360808) is known color: Seal Brown. HEX triplet: 36, 08 and 08. RGB value is (54,8,8). Sum of RGB (Red+Green+Blue) = 54+8+8=70 (9% of max value = 765). Red value is 54 (21.48% from 255 or 77.14% from 70); Green value is 8 (3.52% from 255 or 11.43% from 70); Blue value is 8 (3.52% from 255 or 11.43% from 70); Max value from RGB is 54 - color contains mainly: red. Hex color #360808 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360808 is #C9F7F7. Grayscale: #151515. Windows color (decimal): -13236216 or 526390. OLE color: 526390.

HSL color Cylindrical-coordinate representation of color #360808: hue angle of 0º 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 #360808 is Cyan = 0, Magento = 0.85, Yellow = 0.85 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 8 8 -
CMYK 0 0.85 0.85 0.79
HSL 0.74% 0.12% -
HSV(B) 0.85% 0.21% -
XYZ 1.65 0.98 0.33 -
YUV 21.75 120.24 151 -
System Red Green Blue C M Y K H S L
Decimal 54 8 8 0 0.85 0.85 0.79 0 0.74 0.12
Hex 36 8 8 0 55 55 4F 0 4A C
Octal 66 10 10 0 125 125 117 0 112 14
Binary 110110 1000 1000 0 1010101 1010101 1001111 0 1001010 1100

Color Harmonies of #360808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360808

Black with #360808

Text Example


Text Example

White with #360808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360808; }

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

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

background-color css

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

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

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

border-color css

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

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

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