Html Css Color HEX #360A00 Seal Brown

📋 copy color: '#360A00'

red 54 ◦ green 10 ◦ blue 0

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

Shades of Seal Brown #360A00

Tints of Seal Brown #360A00

RGB

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

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

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

R = 84.38%
G = 15.63%
B = 0%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 1

 K value IS 0.79

RGB Variations

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

Color information

#360A00 (or 0x360A00) is known color: Seal Brown. HEX triplet: 36, 0A and 00. RGB value is (54,10,0). Sum of RGB (Red+Green+Blue) = 54+10+0=64 (8% of max value = 765). Red value is 54 (21.48% from 255 or 84.38% from 64); Green value is 10 (4.30% from 255 or 15.62% from 64); Blue value is 0 (0.39% from 255 or 0% from 64); Max value from RGB is 54 - color contains mainly: red. Hex color #360A00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360A00 is #C9F5FF. Grayscale: #161616. Windows color (decimal): -13235712 or 2614. OLE color: 2614.

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

Color convert

RGB 54 10 0 -
CMYK 0 0.81 1 0.79
HSL 11.11º 1% 0.11% -
HSV(B) 11.11º 1% 0.21% -
XYZ 1.63 1 0.11 -
YUV 22.02 115.58 150.81 -
System Red Green Blue C M Y K H S L
Decimal 54 10 0 0 0.81 1 0.79 11.11 1 0.11
Hex 36 A 0 0 51 64 4F B 64 B
Octal 66 12 0 0 121 144 117 13 144 13
Binary 110110 1010 0 0 1010001 1100100 1001111 1011 1100100 1011

Color Harmonies of #360A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360A00

Black with #360A00

Text Example


Text Example

White with #360A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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