Html Css Color HEX #36140B Seal Brown

📋 copy color: '#36140B'

red 54 ◦ green 20 ◦ blue 11

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

Shades of Seal Brown #36140B

Tints of Seal Brown #36140B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 23.53%

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

R = 63.53%
G = 23.53%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.80

 K value IS 0.79

RGB Variations

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

Color information

#36140B (or 0x36140B) is known color: Seal Brown. HEX triplet: 36, 14 and 0B. RGB value is (54,20,11). Sum of RGB (Red+Green+Blue) = 54+20+11=85 (11% of max value = 765). Red value is 54 (21.48% from 255 or 63.53% from 85); Green value is 20 (8.20% from 255 or 23.53% from 85); Blue value is 11 (4.69% from 255 or 12.94% from 85); Max value from RGB is 54 - color contains mainly: red. Hex color #36140B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36140B is #C9EBF4. Grayscale: #1D1D1D. Windows color (decimal): -13233141 or 726070. OLE color: 726070.

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

Color convert

RGB 54 20 11 -
CMYK 0 0.63 0.80 0.79
HSL 12.56º 0.66% 0.13% -
HSV(B) 12.56º 0.8% 0.21% -
XYZ 1.83 1.31 0.47 -
YUV 29.14 117.76 145.73 -
System Red Green Blue C M Y K H S L
Decimal 54 20 11 0 0.63 0.80 0.79 12.56 0.66 0.13
Hex 36 14 B 0 3F 50 4F D 42 D
Octal 66 24 13 0 77 120 117 15 102 15
Binary 110110 10100 1011 0 111111 1010000 1001111 1101 1000010 1101

Color Harmonies of #36140B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36140B

Black with #36140B

Text Example


Text Example

White with #36140B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36140B; }

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

 H1.HeaderClassName
 {
   color: #36140B;
 }
 .AnyTagClassName
 {
   color: #36140B;
 }
</style>

background-color css

<style>
 a { background-color: #36140B; }

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

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

border-color css

<style>
 span { border-color: #36140B; }

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

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