Html Css Color HEX #35150E Seal Brown

📋 copy color: '#35150E'

red 53 ◦ green 21 ◦ blue 14

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

Shades of Seal Brown #35150E

Tints of Seal Brown #35150E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 23.86%

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

R = 60.23%
G = 23.86%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.74

 K value IS 0.79

RGB Variations

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

Color information

#35150E (or 0x35150E) is known color: Seal Brown. HEX triplet: 35, 15 and 0E. RGB value is (53,21,14). Sum of RGB (Red+Green+Blue) = 53+21+14=88 (11% of max value = 765). Red value is 53 (21.09% from 255 or 60.23% from 88); Green value is 21 (8.59% from 255 or 23.86% from 88); Blue value is 14 (5.86% from 255 or 15.91% from 88); Max value from RGB is 53 - color contains mainly: red. Hex color #35150E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #35150E is #CAEAF1. Grayscale: #1D1D1D. Windows color (decimal): -13298418 or 922933. OLE color: 922933.

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

Color convert

RGB 53 21 14 -
CMYK 0 0.60 0.74 0.79
HSL 10.77º 0.58% 0.13% -
HSV(B) 10.77º 0.74% 0.21% -
XYZ 1.82 1.32 0.58 -
YUV 29.77 119.1 144.57 -
System Red Green Blue C M Y K H S L
Decimal 53 21 14 0 0.60 0.74 0.79 10.77 0.58 0.13
Hex 35 15 E 0 3C 4A 4F B 3A D
Octal 65 25 16 0 74 112 117 13 72 15
Binary 110101 10101 1110 0 111100 1001010 1001111 1011 111010 1101

Color Harmonies of #35150E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35150E

Black with #35150E

Text Example


Text Example

White with #35150E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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