Html Css Color HEX #35130E Seal Brown

📋 copy color: '#35130E'

red 53 ◦ green 19 ◦ blue 14

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

Shades of Seal Brown #35130E

Tints of Seal Brown #35130E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 22.09%

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

R = 61.63%
G = 22.09%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.74

 K value IS 0.79

RGB Variations

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

Color information

#35130E (or 0x35130E) is known color: Seal Brown. HEX triplet: 35, 13 and 0E. RGB value is (53,19,14). Sum of RGB (Red+Green+Blue) = 53+19+14=86 (11% of max value = 765). Red value is 53 (21.09% from 255 or 61.63% from 86); Green value is 19 (7.81% from 255 or 22.09% from 86); Blue value is 14 (5.86% from 255 or 16.28% from 86); Max value from RGB is 53 - color contains mainly: red. Hex color #35130E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #35130E is #CAECF1. Grayscale: #1C1C1C. Windows color (decimal): -13298930 or 922421. OLE color: 922421.

HSL color Cylindrical-coordinate representation of color #35130E: hue angle of 7.69º 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 #35130E is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 19 14 -
CMYK 0 0.64 0.74 0.79
HSL 7.69º 0.58% 0.13% -
HSV(B) 7.69º 0.74% 0.21% -
XYZ 1.78 1.25 0.56 -
YUV 28.6 119.76 145.41 -
System Red Green Blue C M Y K H S L
Decimal 53 19 14 0 0.64 0.74 0.79 7.69 0.58 0.13
Hex 35 13 E 0 40 4A 4F 8 3A D
Octal 65 23 16 0 100 112 117 10 72 15
Binary 110101 10011 1110 0 1000000 1001010 1001111 1000 111010 1101

Color Harmonies of #35130E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35130E

Black with #35130E

Text Example


Text Example

White with #35130E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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