Html Css Color HEX #360E00 Seal Brown

📋 copy color: '#360E00'

red 54 ◦ green 14 ◦ blue 0

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

Shades of Seal Brown #360E00

Tints of Seal Brown #360E00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 79.41%
G = 20.59%
B = 0%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 1

 K value IS 0.79

RGB Variations

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

Color information

#360E00 (or 0x360E00) is known color: Seal Brown. HEX triplet: 36, 0E and 00. RGB value is (54,14,0). Sum of RGB (Red+Green+Blue) = 54+14+0=68 (9% of max value = 765). Red value is 54 (21.48% from 255 or 79.41% from 68); Green value is 14 (5.86% from 255 or 20.59% from 68); Blue value is 0 (0.39% from 255 or 0% from 68); Max value from RGB is 54 - color contains mainly: red. Hex color #360E00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360E00 is #C9F1FF. Grayscale: #181818. Windows color (decimal): -13234688 or 3638. OLE color: 3638.

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

Color convert

RGB 54 14 0 -
CMYK 0 0.74 1 0.79
HSL 15.56º 1% 0.11% -
HSV(B) 15.56º 1% 0.21% -
XYZ 1.68 1.1 0.12 -
YUV 24.36 114.25 149.14 -
System Red Green Blue C M Y K H S L
Decimal 54 14 0 0 0.74 1 0.79 15.56 1 0.11
Hex 36 E 0 0 4A 64 4F 10 64 B
Octal 66 16 0 0 112 144 117 20 144 13
Binary 110110 1110 0 0 1001010 1100100 1001111 10000 1100100 1011

Color Harmonies of #360E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360E00

Black with #360E00

Text Example


Text Example

White with #360E00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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