Html Css Color HEX #360D0B Seal Brown

📋 copy color: '#360D0B'

red 54 ◦ green 13 ◦ blue 11

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

Shades of Seal Brown #360D0B

Tints of Seal Brown #360D0B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 16.67%

 BLUE value IS 11 (4.69% from 255) = 14.1%

R = 69.23%
G = 16.67%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.80

 K value IS 0.79

RGB Variations

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

Color information

#360D0B (or 0x360D0B) is known color: Seal Brown. HEX triplet: 36, 0D and 0B. RGB value is (54,13,11). Sum of RGB (Red+Green+Blue) = 54+13+11=78 (10% of max value = 765). Red value is 54 (21.48% from 255 or 69.23% from 78); Green value is 13 (5.47% from 255 or 16.67% from 78); Blue value is 11 (4.69% from 255 or 14.10% from 78); Max value from RGB is 54 - color contains mainly: red. Hex color #360D0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360D0B is #C9F2F4. Grayscale: #191919. Windows color (decimal): -13234933 or 724278. OLE color: 724278.

HSL color Cylindrical-coordinate representation of color #360D0B: hue angle of 2.79º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #360D0B is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 13 11 -
CMYK 0 0.76 0.80 0.79
HSL 2.79º 0.66% 0.13% -
HSV(B) 2.79º 0.8% 0.21% -
XYZ 1.73 1.1 0.44 -
YUV 25.03 120.08 148.66 -
System Red Green Blue C M Y K H S L
Decimal 54 13 11 0 0.76 0.80 0.79 2.79 0.66 0.13
Hex 36 D B 0 4C 50 4F 3 42 D
Octal 66 15 13 0 114 120 117 3 102 15
Binary 110110 1101 1011 0 1001100 1010000 1001111 11 1000010 1101

Color Harmonies of #360D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360D0B

Black with #360D0B

Text Example


Text Example

White with #360D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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