Html Css Color HEX #36140F Seal Brown

📋 copy color: '#36140F'

red 54 ◦ green 20 ◦ blue 15

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

Shades of Seal Brown #36140F

Tints of Seal Brown #36140F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 16.85%

R = 60.67%
G = 22.47%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.72

 K value IS 0.79

RGB Variations

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

Color information

#36140F (or 0x36140F) is known color: Seal Brown. HEX triplet: 36, 14 and 0F. RGB value is (54,20,15). Sum of RGB (Red+Green+Blue) = 54+20+15=89 (11% of max value = 765). Red value is 54 (21.48% from 255 or 60.67% from 89); Green value is 20 (8.20% from 255 or 22.47% from 89); Blue value is 15 (6.25% from 255 or 16.85% from 89); Max value from RGB is 54 - color contains mainly: red. Hex color #36140F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36140F is #C9EBF0. Grayscale: #1D1D1D. Windows color (decimal): -13233137 or 988214. OLE color: 988214.

HSL color Cylindrical-coordinate representation of color #36140F: hue angle of 7.69º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #36140F is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 20 15 -
CMYK 0 0.63 0.72 0.79
HSL 7.69º 0.57% 0.14% -
HSV(B) 7.69º 0.72% 0.21% -
XYZ 1.86 1.32 0.61 -
YUV 29.6 119.76 145.41 -
System Red Green Blue C M Y K H S L
Decimal 54 20 15 0 0.63 0.72 0.79 7.69 0.57 0.14
Hex 36 14 F 0 3F 48 4F 8 39 E
Octal 66 24 17 0 77 110 117 10 71 16
Binary 110110 10100 1111 0 111111 1001000 1001111 1000 111001 1110

Color Harmonies of #36140F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36140F

Black with #36140F

Text Example


Text Example

White with #36140F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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