Html Css Color HEX #360B09 Seal Brown

📋 copy color: '#360B09'

red 54 ◦ green 11 ◦ blue 9

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

Shades of Seal Brown #360B09

Tints of Seal Brown #360B09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 12.16%

R = 72.97%
G = 14.86%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0.79

RGB Variations

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

Color information

#360B09 (or 0x360B09) is known color: Seal Brown. HEX triplet: 36, 0B and 09. RGB value is (54,11,9). Sum of RGB (Red+Green+Blue) = 54+11+9=74 (9% of max value = 765). Red value is 54 (21.48% from 255 or 72.97% from 74); Green value is 11 (4.69% from 255 or 14.86% from 74); Blue value is 9 (3.91% from 255 or 12.16% from 74); Max value from RGB is 54 - color contains mainly: red. Hex color #360B09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360B09 is #C9F4F6. Grayscale: #171717. Windows color (decimal): -13235447 or 592694. OLE color: 592694.

HSL color Cylindrical-coordinate representation of color #360B09: hue angle of 2.67º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #360B09 is Cyan = 0, Magento = 0.80, Yellow = 0.83 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 11 9 -
CMYK 0 0.80 0.83 0.79
HSL 2.67º 0.71% 0.12% -
HSV(B) 2.67º 0.83% 0.21% -
XYZ 1.69 1.04 0.37 -
YUV 23.63 119.75 149.66 -
System Red Green Blue C M Y K H S L
Decimal 54 11 9 0 0.80 0.83 0.79 2.67 0.71 0.12
Hex 36 B 9 0 50 53 4F 3 47 C
Octal 66 13 11 0 120 123 117 3 107 14
Binary 110110 1011 1001 0 1010000 1010011 1001111 11 1000111 1100

Color Harmonies of #360B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360B09

Black with #360B09

Text Example


Text Example

White with #360B09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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