Html Css Color HEX #35140E Seal Brown

📋 copy color: '#35140E'

red 53 ◦ green 20 ◦ blue 14

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

Shades of Seal Brown #35140E

Tints of Seal Brown #35140E

RGB

 RED value IS 53 (21.09% from 255) = 60.92%

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

 BLUE value IS 14 (5.86% from 255) = 16.09%

R = 60.92%
G = 22.99%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.74

 K value IS 0.79

RGB Variations

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

Color information

#35140E (or 0x35140E) is known color: Seal Brown. HEX triplet: 35, 14 and 0E. RGB value is (53,20,14). Sum of RGB (Red+Green+Blue) = 53+20+14=87 (11% of max value = 765). Red value is 53 (21.09% from 255 or 60.92% from 87); Green value is 20 (8.20% from 255 or 22.99% from 87); Blue value is 14 (5.86% from 255 or 16.09% from 87); Max value from RGB is 53 - color contains mainly: red. Hex color #35140E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #35140E is #CAEBF1. Grayscale: #1D1D1D. Windows color (decimal): -13298674 or 922677. OLE color: 922677.

HSL color Cylindrical-coordinate representation of color #35140E: hue angle of 9.23º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35140E is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 20 14 -
CMYK 0 0.62 0.74 0.79
HSL 9.23º 0.58% 0.13% -
HSV(B) 9.23º 0.74% 0.21% -
XYZ 1.8 1.29 0.57 -
YUV 29.18 119.43 144.99 -
System Red Green Blue C M Y K H S L
Decimal 53 20 14 0 0.62 0.74 0.79 9.23 0.58 0.13
Hex 35 14 E 0 3E 4A 4F 9 3A D
Octal 65 24 16 0 76 112 117 11 72 15
Binary 110101 10100 1110 0 111110 1001010 1001111 1001 111010 1101

Color Harmonies of #35140E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35140E

Black with #35140E

Text Example


Text Example

White with #35140E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35140E; }

 p { color: rgb(53,20,14); }

 H1.HeaderClassName
 {
   color: #35140E;
 }
 .AnyTagClassName
 {
   color: #35140E;
 }
</style>

background-color css

<style>
 a { background-color: #35140E; }

 a { background-color: rgb(53,20,14); }

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

border-color css

<style>
 span { border-color: #35140E; }

 span { border-color: rgb(53,20,14); }

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