Html Css Color HEX #35130D Seal Brown

📋 copy color: '#35130D'

red 53 ◦ green 19 ◦ blue 13

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

Shades of Seal Brown #35130D

Tints of Seal Brown #35130D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 15.29%

R = 62.35%
G = 22.35%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.75

 K value IS 0.79

RGB Variations

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

Color information

#35130D (or 0x35130D) is known color: Seal Brown. HEX triplet: 35, 13 and 0D. RGB value is (53,19,13). Sum of RGB (Red+Green+Blue) = 53+19+13=85 (11% of max value = 765). Red value is 53 (21.09% from 255 or 62.35% from 85); Green value is 19 (7.81% from 255 or 22.35% from 85); Blue value is 13 (5.47% from 255 or 15.29% from 85); Max value from RGB is 53 - color contains mainly: red. Hex color #35130D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #35130D is #CAECF2. Grayscale: #1C1C1C. Windows color (decimal): -13298931 or 856885. OLE color: 856885.

HSL color Cylindrical-coordinate representation of color #35130D: hue angle of 9º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35130D is Cyan = 0, Magento = 0.64, Yellow = 0.75 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 19 13 -
CMYK 0 0.64 0.75 0.79
HSL 0.61% 0.13% -
HSV(B) 0.75% 0.21% -
XYZ 1.77 1.25 0.53 -
YUV 28.48 119.26 145.49 -
System Red Green Blue C M Y K H S L
Decimal 53 19 13 0 0.64 0.75 0.79 9 0.61 0.13
Hex 35 13 D 0 40 4B 4F 9 3D D
Octal 65 23 15 0 100 113 117 11 75 15
Binary 110101 10011 1101 0 1000000 1001011 1001111 1001 111101 1101

Color Harmonies of #35130D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35130D

Black with #35130D

Text Example


Text Example

White with #35130D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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