Html Css Color HEX #360302 Seal Brown

📋 copy color: '#360302'

red 54 ◦ green 3 ◦ blue 2

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

Shades of Seal Brown #360302

Tints of Seal Brown #360302

RGB

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

 GREEN value IS 3 (1.56% from 255) = 5.08%

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

R = 91.53%
G = 5.08%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.96

 K value IS 0.79

RGB Variations

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

Color information

#360302 (or 0x360302) is known color: Seal Brown. HEX triplet: 36, 03 and 02. RGB value is (54,3,2). Sum of RGB (Red+Green+Blue) = 54+3+2=59 (7% of max value = 765). Red value is 54 (21.48% from 255 or 91.53% from 59); Green value is 3 (1.56% from 255 or 5.08% from 59); Blue value is 2 (1.17% from 255 or 3.39% from 59); Max value from RGB is 54 - color contains mainly: red. Hex color #360302 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360302 is #C9FCFD. Grayscale: #121212. Windows color (decimal): -13237502 or 131894. OLE color: 131894.

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

Color convert

RGB 54 3 2 -
CMYK 0 0.94 0.96 0.79
HSL 1.15º 0.93% 0.11% -
HSV(B) 1.15º 0.96% 0.21% -
XYZ 1.56 0.85 0.14 -
YUV 18.14 118.9 153.58 -
System Red Green Blue C M Y K H S L
Decimal 54 3 2 0 0.94 0.96 0.79 1.15 0.93 0.11
Hex 36 3 2 0 5E 60 4F 1 5D B
Octal 66 3 2 0 136 140 117 1 135 13
Binary 110110 11 10 0 1011110 1100000 1001111 1 1011101 1011

Color Harmonies of #360302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360302

Black with #360302

Text Example


Text Example

White with #360302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360302; }

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

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

background-color css

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

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

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

border-color css

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

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

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