Html Css Color HEX #360E04 Seal Brown

📋 copy color: '#360E04'

red 54 ◦ green 14 ◦ blue 4

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

Shades of Seal Brown #360E04

Tints of Seal Brown #360E04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 5.56%

R = 75%
G = 19.44%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.93

 K value IS 0.79

RGB Variations

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

Color information

#360E04 (or 0x360E04) is known color: Seal Brown. HEX triplet: 36, 0E and 04. RGB value is (54,14,4). Sum of RGB (Red+Green+Blue) = 54+14+4=72 (9% of max value = 765). Red value is 54 (21.48% from 255 or 75% from 72); Green value is 14 (5.86% from 255 or 19.44% from 72); Blue value is 4 (1.95% from 255 or 5.56% from 72); Max value from RGB is 54 - color contains mainly: red. Hex color #360E04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360E04 is #C9F1FB. Grayscale: #181818. Windows color (decimal): -13234684 or 265782. OLE color: 265782.

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

Color convert

RGB 54 14 4 -
CMYK 0 0.74 0.93 0.79
HSL 12º 0.86% 0.11% -
HSV(B) 12º 0.93% 0.21% -
XYZ 1.7 1.11 0.24 -
YUV 24.82 116.25 148.81 -
System Red Green Blue C M Y K H S L
Decimal 54 14 4 0 0.74 0.93 0.79 12 0.86 0.11
Hex 36 E 4 0 4A 5D 4F C 56 B
Octal 66 16 4 0 112 135 117 14 126 13
Binary 110110 1110 100 0 1001010 1011101 1001111 1100 1010110 1011

Color Harmonies of #360E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360E04

Black with #360E04

Text Example


Text Example

White with #360E04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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