Html Css Color HEX #35100F Seal Brown

📋 copy color: '#35100F'

red 53 ◦ green 16 ◦ blue 15

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

Shades of Seal Brown #35100F

Tints of Seal Brown #35100F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 19.05%

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

R = 63.1%
G = 19.05%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.72

 K value IS 0.79

RGB Variations

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

Color information

#35100F (or 0x35100F) is known color: Seal Brown. HEX triplet: 35, 10 and 0F. RGB value is (53,16,15). Sum of RGB (Red+Green+Blue) = 53+16+15=84 (11% of max value = 765). Red value is 53 (21.09% from 255 or 63.10% from 84); Green value is 16 (6.64% from 255 or 19.05% from 84); Blue value is 15 (6.25% from 255 or 17.86% from 84); Max value from RGB is 53 - color contains mainly: red. Hex color #35100F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #35100F is #CAEFF0. Grayscale: #1A1A1A. Windows color (decimal): -13299697 or 987189. OLE color: 987189.

HSL color Cylindrical-coordinate representation of color #35100F: hue angle of 1.58º 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 #35100F is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 16 15 -
CMYK 0 0.70 0.72 0.79
HSL 1.58º 0.56% 0.13% -
HSV(B) 1.58º 0.72% 0.21% -
XYZ 1.74 1.16 0.58 -
YUV 26.95 121.26 146.58 -
System Red Green Blue C M Y K H S L
Decimal 53 16 15 0 0.70 0.72 0.79 1.58 0.56 0.13
Hex 35 10 F 0 46 48 4F 2 38 D
Octal 65 20 17 0 106 110 117 2 70 15
Binary 110101 10000 1111 0 1000110 1001000 1001111 10 111000 1101

Color Harmonies of #35100F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35100F

Black with #35100F

Text Example


Text Example

White with #35100F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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