Html Css Color HEX #360404 Seal Brown

📋 copy color: '#360404'

red 54 ◦ green 4 ◦ blue 4

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

Shades of Seal Brown #360404

Tints of Seal Brown #360404

RGB

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

 GREEN value IS 4 (1.95% from 255) = 6.45%

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

R = 87.1%
G = 6.45%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.93

 K value IS 0.79

RGB Variations

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

Color information

#360404 (or 0x360404) is known color: Seal Brown. HEX triplet: 36, 04 and 04. RGB value is (54,4,4). Sum of RGB (Red+Green+Blue) = 54+4+4=62 (8% of max value = 765). Red value is 54 (21.48% from 255 or 87.10% from 62); Green value is 4 (1.95% from 255 or 6.45% from 62); Blue value is 4 (1.95% from 255 or 6.45% from 62); Max value from RGB is 54 - color contains mainly: red. Hex color #360404 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360404 is #C9FBFB. Grayscale: #131313. Windows color (decimal): -13237244 or 263222. OLE color: 263222.

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

Color convert

RGB 54 4 4 -
CMYK 0 0.93 0.93 0.79
HSL 0.86% 0.11% -
HSV(B) 0.93% 0.21% -
XYZ 1.59 0.88 0.2 -
YUV 18.95 119.57 153 -
System Red Green Blue C M Y K H S L
Decimal 54 4 4 0 0.93 0.93 0.79 0 0.86 0.11
Hex 36 4 4 0 5D 5D 4F 0 56 B
Octal 66 4 4 0 135 135 117 0 126 13
Binary 110110 100 100 0 1011101 1011101 1001111 0 1010110 1011

Color Harmonies of #360404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360404

Black with #360404

Text Example


Text Example

White with #360404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360404; }

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

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

background-color css

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

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

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

border-color css

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

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

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