Html Css Color HEX #35130F Seal Brown

📋 copy color: '#35130F'

red 53 ◦ green 19 ◦ blue 15

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

Shades of Seal Brown #35130F

Tints of Seal Brown #35130F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 17.24%

R = 60.92%
G = 21.84%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.72

 K value IS 0.79

RGB Variations

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

Color information

#35130F (or 0x35130F) is known color: Seal Brown. HEX triplet: 35, 13 and 0F. RGB value is (53,19,15). Sum of RGB (Red+Green+Blue) = 53+19+15=87 (11% of max value = 765). Red value is 53 (21.09% from 255 or 60.92% from 87); Green value is 19 (7.81% from 255 or 21.84% from 87); Blue value is 15 (6.25% from 255 or 17.24% from 87); Max value from RGB is 53 - color contains mainly: red. Hex color #35130F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #35130F is #CAECF0. Grayscale: #1C1C1C. Windows color (decimal): -13298929 or 987957. OLE color: 987957.

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

Color convert

RGB 53 19 15 -
CMYK 0 0.64 0.72 0.79
HSL 6.32º 0.56% 0.13% -
HSV(B) 6.32º 0.72% 0.21% -
XYZ 1.79 1.26 0.6 -
YUV 28.71 120.26 145.33 -
System Red Green Blue C M Y K H S L
Decimal 53 19 15 0 0.64 0.72 0.79 6.32 0.56 0.13
Hex 35 13 F 0 40 48 4F 6 38 D
Octal 65 23 17 0 100 110 117 6 70 15
Binary 110101 10011 1111 0 1000000 1001000 1001111 110 111000 1101

Color Harmonies of #35130F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35130F

Black with #35130F

Text Example


Text Example

White with #35130F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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