Html Css Color HEX #360602 Seal Brown

📋 copy color: '#360602'

red 54 ◦ green 6 ◦ blue 2

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

Shades of Seal Brown #360602

Tints of Seal Brown #360602

RGB

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

 GREEN value IS 6 (2.73% from 255) = 9.68%

 BLUE value IS 2 (1.17% from 255) = 3.23%

R = 87.1%
G = 9.68%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.96

 K value IS 0.79

RGB Variations

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

Color information

#360602 (or 0x360602) is known color: Seal Brown. HEX triplet: 36, 06 and 02. RGB value is (54,6,2). Sum of RGB (Red+Green+Blue) = 54+6+2=62 (8% of max value = 765). Red value is 54 (21.48% from 255 or 87.10% from 62); Green value is 6 (2.73% from 255 or 9.68% from 62); Blue value is 2 (1.17% from 255 or 3.23% from 62); Max value from RGB is 54 - color contains mainly: red. Hex color #360602 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360602 is #C9F9FD. Grayscale: #131313. Windows color (decimal): -13236734 or 132662. OLE color: 132662.

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

Color convert

RGB 54 6 2 -
CMYK 0 0.89 0.96 0.79
HSL 4.62º 0.93% 0.11% -
HSV(B) 4.62º 0.96% 0.21% -
XYZ 1.6 0.92 0.15 -
YUV 19.9 117.9 152.33 -
System Red Green Blue C M Y K H S L
Decimal 54 6 2 0 0.89 0.96 0.79 4.62 0.93 0.11
Hex 36 6 2 0 59 60 4F 5 5D B
Octal 66 6 2 0 131 140 117 5 135 13
Binary 110110 110 10 0 1011001 1100000 1001111 101 1011101 1011

Color Harmonies of #360602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360602

Black with #360602

Text Example


Text Example

White with #360602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360602; }

 p { color: rgb(54,6,2); }

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

background-color css

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

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

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

border-color css

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

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

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