Html Css Color HEX #360C08 Seal Brown

📋 copy color: '#360C08'

red 54 ◦ green 12 ◦ blue 8

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

Shades of Seal Brown #360C08

Tints of Seal Brown #360C08

RGB

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

 GREEN value IS 12 (5.08% from 255) = 16.22%

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

R = 72.97%
G = 16.22%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.85

 K value IS 0.79

RGB Variations

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

Color information

#360C08 (or 0x360C08) is known color: Seal Brown. HEX triplet: 36, 0C and 08. RGB value is (54,12,8). Sum of RGB (Red+Green+Blue) = 54+12+8=74 (9% of max value = 765). Red value is 54 (21.48% from 255 or 72.97% from 74); Green value is 12 (5.08% from 255 or 16.22% from 74); Blue value is 8 (3.52% from 255 or 10.81% from 74); Max value from RGB is 54 - color contains mainly: red. Hex color #360C08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360C08 is #C9F3F7. Grayscale: #181818. Windows color (decimal): -13235192 or 527414. OLE color: 527414.

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

Color convert

RGB 54 12 8 -
CMYK 0 0.78 0.85 0.79
HSL 5.22º 0.74% 0.12% -
HSV(B) 5.22º 0.85% 0.21% -
XYZ 1.7 1.06 0.35 -
YUV 24.1 118.91 149.33 -
System Red Green Blue C M Y K H S L
Decimal 54 12 8 0 0.78 0.85 0.79 5.22 0.74 0.12
Hex 36 C 8 0 4E 55 4F 5 4A C
Octal 66 14 10 0 116 125 117 5 112 14
Binary 110110 1100 1000 0 1001110 1010101 1001111 101 1001010 1100

Color Harmonies of #360C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360C08

Black with #360C08

Text Example


Text Example

White with #360C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360C08; }

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

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

background-color css

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

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

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

border-color css

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

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

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