Html Css Color HEX #361002 Seal Brown

📋 copy color: '#361002'

red 54 ◦ green 16 ◦ blue 2

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

Shades of Seal Brown #361002

Tints of Seal Brown #361002

RGB

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

 GREEN value IS 16 (6.64% from 255) = 22.22%

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

R = 75%
G = 22.22%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.96

 K value IS 0.79

RGB Variations

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

Color information

#361002 (or 0x361002) is known color: Seal Brown. HEX triplet: 36, 10 and 02. RGB value is (54,16,2). Sum of RGB (Red+Green+Blue) = 54+16+2=72 (9% of max value = 765). Red value is 54 (21.48% from 255 or 75% from 72); Green value is 16 (6.64% from 255 or 22.22% from 72); Blue value is 2 (1.17% from 255 or 2.78% from 72); Max value from RGB is 54 - color contains mainly: red. Hex color #361002 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361002 is #C9EFFD. Grayscale: #191919. Windows color (decimal): -13234174 or 135222. OLE color: 135222.

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

Color convert

RGB 54 16 2 -
CMYK 0 0.70 0.96 0.79
HSL 16.15º 0.93% 0.11% -
HSV(B) 16.15º 0.96% 0.21% -
XYZ 1.72 1.16 0.19 -
YUV 25.77 114.59 148.14 -
System Red Green Blue C M Y K H S L
Decimal 54 16 2 0 0.70 0.96 0.79 16.15 0.93 0.11
Hex 36 10 2 0 46 60 4F 10 5D B
Octal 66 20 2 0 106 140 117 20 135 13
Binary 110110 10000 10 0 1000110 1100000 1001111 10000 1011101 1011

Color Harmonies of #361002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361002

Black with #361002

Text Example


Text Example

White with #361002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361002; }

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

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

background-color css

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

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

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

border-color css

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

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

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