Html Css Color HEX #360B01 Seal Brown

📋 copy color: '#360B01'

red 54 ◦ green 11 ◦ blue 1

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

Shades of Seal Brown #360B01

Tints of Seal Brown #360B01

RGB

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

 GREEN value IS 11 (4.69% from 255) = 16.67%

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

R = 81.82%
G = 16.67%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.98

 K value IS 0.79

RGB Variations

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

Color information

#360B01 (or 0x360B01) is known color: Seal Brown. HEX triplet: 36, 0B and 01. RGB value is (54,11,1). Sum of RGB (Red+Green+Blue) = 54+11+1=66 (8% of max value = 765). Red value is 54 (21.48% from 255 or 81.82% from 66); Green value is 11 (4.69% from 255 or 16.67% from 66); Blue value is 1 (0.78% from 255 or 1.52% from 66); Max value from RGB is 54 - color contains mainly: red. Hex color #360B01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360B01 is #C9F4FE. Grayscale: #161616. Windows color (decimal): -13235455 or 68406. OLE color: 68406.

HSL color Cylindrical-coordinate representation of color #360B01: hue angle of 11.32º 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 #360B01 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 11 1 -
CMYK 0 0.80 0.98 0.79
HSL 11.32º 0.96% 0.11% -
HSV(B) 11.32º 0.98% 0.21% -
XYZ 1.65 1.03 0.14 -
YUV 22.72 115.75 150.31 -
System Red Green Blue C M Y K H S L
Decimal 54 11 1 0 0.80 0.98 0.79 11.32 0.96 0.11
Hex 36 B 1 0 50 62 4F B 60 B
Octal 66 13 1 0 120 142 117 13 140 13
Binary 110110 1011 1 0 1010000 1100010 1001111 1011 1100000 1011

Color Harmonies of #360B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360B01

Black with #360B01

Text Example


Text Example

White with #360B01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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