Html Css Color HEX #35140C Seal Brown

📋 copy color: '#35140C'

red 53 ◦ green 20 ◦ blue 12

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

Shades of Seal Brown #35140C

Tints of Seal Brown #35140C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 14.12%

R = 62.35%
G = 23.53%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.77

 K value IS 0.79

RGB Variations

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

Color information

#35140C (or 0x35140C) is known color: Seal Brown. HEX triplet: 35, 14 and 0C. RGB value is (53,20,12). Sum of RGB (Red+Green+Blue) = 53+20+12=85 (11% of max value = 765). Red value is 53 (21.09% from 255 or 62.35% from 85); Green value is 20 (8.20% from 255 or 23.53% from 85); Blue value is 12 (5.08% from 255 or 14.12% from 85); Max value from RGB is 53 - color contains mainly: red. Hex color #35140C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #35140C is #CAEBF3. Grayscale: #1D1D1D. Windows color (decimal): -13298676 or 791605. OLE color: 791605.

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

Color convert

RGB 53 20 12 -
CMYK 0 0.62 0.77 0.79
HSL 11.71º 0.63% 0.13% -
HSV(B) 11.71º 0.77% 0.21% -
XYZ 1.78 1.28 0.5 -
YUV 28.96 118.43 145.15 -
System Red Green Blue C M Y K H S L
Decimal 53 20 12 0 0.62 0.77 0.79 11.71 0.63 0.13
Hex 35 14 C 0 3E 4D 4F C 3F D
Octal 65 24 14 0 76 115 117 14 77 15
Binary 110101 10100 1100 0 111110 1001101 1001111 1100 111111 1101

Color Harmonies of #35140C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35140C

Black with #35140C

Text Example


Text Example

White with #35140C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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