Html Css Color HEX #35110E Seal Brown

📋 copy color: '#35110E'

red 53 ◦ green 17 ◦ blue 14

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

Shades of Seal Brown #35110E

Tints of Seal Brown #35110E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 20.24%

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

R = 63.1%
G = 20.24%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.74

 K value IS 0.79

RGB Variations

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

Color information

#35110E (or 0x35110E) is known color: Seal Brown. HEX triplet: 35, 11 and 0E. RGB value is (53,17,14). Sum of RGB (Red+Green+Blue) = 53+17+14=84 (11% of max value = 765). Red value is 53 (21.09% from 255 or 63.10% from 84); Green value is 17 (7.03% from 255 or 20.24% from 84); Blue value is 14 (5.86% from 255 or 16.67% from 84); Max value from RGB is 53 - color contains mainly: red. Hex color #35110E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #35110E is #CAEEF1. Grayscale: #1B1B1B. Windows color (decimal): -13299442 or 921909. OLE color: 921909.

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

Color convert

RGB 53 17 14 -
CMYK 0 0.68 0.74 0.79
HSL 4.62º 0.58% 0.13% -
HSV(B) 4.62º 0.74% 0.21% -
XYZ 1.75 1.19 0.55 -
YUV 27.42 120.43 146.24 -
System Red Green Blue C M Y K H S L
Decimal 53 17 14 0 0.68 0.74 0.79 4.62 0.58 0.13
Hex 35 11 E 0 44 4A 4F 5 3A D
Octal 65 21 16 0 104 112 117 5 72 15
Binary 110101 10001 1110 0 1000100 1001010 1001111 101 111010 1101

Color Harmonies of #35110E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35110E

Black with #35110E

Text Example


Text Example

White with #35110E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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