Html Css Color HEX #360E0C Seal Brown

📋 copy color: '#360E0C'

red 54 ◦ green 14 ◦ blue 12

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

Shades of Seal Brown #360E0C

Tints of Seal Brown #360E0C

RGB

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

 GREEN value IS 14 (5.86% from 255) = 17.5%

 BLUE value IS 12 (5.08% from 255) = 15%

R = 67.5%
G = 17.5%
B = 15%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.79

RGB Variations

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

Color information

#360E0C (or 0x360E0C) is known color: Seal Brown. HEX triplet: 36, 0E and 0C. RGB value is (54,14,12). Sum of RGB (Red+Green+Blue) = 54+14+12=80 (10% of max value = 765). Red value is 54 (21.48% from 255 or 67.5% from 80); Green value is 14 (5.86% from 255 or 17.5% from 80); Blue value is 12 (5.08% from 255 or 15% from 80); Max value from RGB is 54 - color contains mainly: red. Hex color #360E0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360E0C is #C9F1F3. Grayscale: #191919. Windows color (decimal): -13234676 or 790070. OLE color: 790070.

HSL color Cylindrical-coordinate representation of color #360E0C: hue angle of 2.86º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #360E0C is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 14 12 -
CMYK 0 0.74 0.78 0.79
HSL 2.86º 0.64% 0.13% -
HSV(B) 2.86º 0.78% 0.21% -
XYZ 1.74 1.12 0.47 -
YUV 25.73 120.25 148.16 -
System Red Green Blue C M Y K H S L
Decimal 54 14 12 0 0.74 0.78 0.79 2.86 0.64 0.13
Hex 36 E C 0 4A 4E 4F 3 40 D
Octal 66 16 14 0 112 116 117 3 100 15
Binary 110110 1110 1100 0 1001010 1001110 1001111 11 1000000 1101

Color Harmonies of #360E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360E0C

Black with #360E0C

Text Example


Text Example

White with #360E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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