Html Css Color HEX #360A01 Seal Brown

📋 copy color: '#360A01'

red 54 ◦ green 10 ◦ blue 1

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

Shades of Seal Brown #360A01

Tints of Seal Brown #360A01

RGB

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

 GREEN value IS 10 (4.3% from 255) = 15.38%

 BLUE value IS 1 (0.78% from 255) = 1.54%

R = 83.08%
G = 15.38%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.98

 K value IS 0.79

RGB Variations

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

Color information

#360A01 (or 0x360A01) is known color: Seal Brown. HEX triplet: 36, 0A and 01. RGB value is (54,10,1). Sum of RGB (Red+Green+Blue) = 54+10+1=65 (8% of max value = 765). Red value is 54 (21.48% from 255 or 83.08% from 65); Green value is 10 (4.30% from 255 or 15.38% from 65); Blue value is 1 (0.78% from 255 or 1.54% from 65); Max value from RGB is 54 - color contains mainly: red. Hex color #360A01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360A01 is #C9F5FE. Grayscale: #161616. Windows color (decimal): -13235711 or 68150. OLE color: 68150.

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

Color convert

RGB 54 10 1 -
CMYK 0 0.81 0.98 0.79
HSL 10.19º 0.96% 0.11% -
HSV(B) 10.19º 0.98% 0.21% -
XYZ 1.64 1 0.14 -
YUV 22.13 116.08 150.73 -
System Red Green Blue C M Y K H S L
Decimal 54 10 1 0 0.81 0.98 0.79 10.19 0.96 0.11
Hex 36 A 1 0 51 62 4F A 60 B
Octal 66 12 1 0 121 142 117 12 140 13
Binary 110110 1010 1 0 1010001 1100010 1001111 1010 1100000 1011

Color Harmonies of #360A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360A01

Black with #360A01

Text Example


Text Example

White with #360A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360A01; }

 p { color: rgb(54,10,1); }

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

background-color css

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

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

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

border-color css

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

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

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