Html Css Color HEX #360200 Seal Brown

📋 copy color: '#360200'

red 54 ◦ green 2 ◦ blue 0

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

Shades of Seal Brown #360200

Tints of Seal Brown #360200

RGB

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

 GREEN value IS 2 (1.17% from 255) = 3.57%

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

R = 96.43%
G = 3.57%
B = 0%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1

 K value IS 0.79

RGB Variations

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

Color information

#360200 (or 0x360200) is known color: Seal Brown. HEX triplet: 36, 02 and 00. RGB value is (54,2,0). Sum of RGB (Red+Green+Blue) = 54+2+0=56 (7% of max value = 765). Red value is 54 (21.48% from 255 or 96.43% from 56); Green value is 2 (1.17% from 255 or 3.57% from 56); Blue value is 0 (0.39% from 255 or 0% from 56); Max value from RGB is 54 - color contains mainly: red. Hex color #360200 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360200 is #C9FDFF. Grayscale: #111111. Windows color (decimal): -13237760 or 566. OLE color: 566.

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

Color convert

RGB 54 2 0 -
CMYK 0 0.96 1 0.79
HSL 2.22º 1% 0.11% -
HSV(B) 2.22º 1% 0.21% -
XYZ 1.54 0.83 0.08 -
YUV 17.32 118.23 154.16 -
System Red Green Blue C M Y K H S L
Decimal 54 2 0 0 0.96 1 0.79 2.22 1 0.11
Hex 36 2 0 0 60 64 4F 2 64 B
Octal 66 2 0 0 140 144 117 2 144 13
Binary 110110 10 0 0 1100000 1100100 1001111 10 1100100 1011

Color Harmonies of #360200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360200

Black with #360200

Text Example


Text Example

White with #360200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360200; }

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

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

background-color css

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

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

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

border-color css

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

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

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