Html Css Color HEX #360B00 Seal Brown

📋 copy color: '#360B00'

red 54 ◦ green 11 ◦ blue 0

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

Shades of Seal Brown #360B00

Tints of Seal Brown #360B00

RGB

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

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

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

R = 83.08%
G = 16.92%
B = 0%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 1

 K value IS 0.79

RGB Variations

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

Color information

#360B00 (or 0x360B00) is known color: Seal Brown. HEX triplet: 36, 0B and 00. RGB value is (54,11,0). Sum of RGB (Red+Green+Blue) = 54+11+0=65 (8% of max value = 765). Red value is 54 (21.48% from 255 or 83.08% from 65); Green value is 11 (4.69% from 255 or 16.92% from 65); Blue value is 0 (0.39% from 255 or 0% from 65); Max value from RGB is 54 - color contains mainly: red. Hex color #360B00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360B00 is #C9F4FF. Grayscale: #161616. Windows color (decimal): -13235456 or 2870. OLE color: 2870.

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

Color convert

RGB 54 11 0 -
CMYK 0 0.80 1 0.79
HSL 12.22º 1% 0.11% -
HSV(B) 12.22º 1% 0.21% -
XYZ 1.64 1.02 0.11 -
YUV 22.6 115.25 150.39 -
System Red Green Blue C M Y K H S L
Decimal 54 11 0 0 0.80 1 0.79 12.22 1 0.11
Hex 36 B 0 0 50 64 4F C 64 B
Octal 66 13 0 0 120 144 117 14 144 13
Binary 110110 1011 0 0 1010000 1100100 1001111 1100 1100100 1011

Color Harmonies of #360B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360B00

Black with #360B00

Text Example


Text Example

White with #360B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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