Html Css Color HEX #35150F Seal Brown

📋 copy color: '#35150F'

red 53 ◦ green 21 ◦ blue 15

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

Shades of Seal Brown #35150F

Tints of Seal Brown #35150F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 23.6%

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

R = 59.55%
G = 23.6%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.72

 K value IS 0.79

RGB Variations

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

Color information

#35150F (or 0x35150F) is known color: Seal Brown. HEX triplet: 35, 15 and 0F. RGB value is (53,21,15). Sum of RGB (Red+Green+Blue) = 53+21+15=89 (11% of max value = 765). Red value is 53 (21.09% from 255 or 59.55% from 89); Green value is 21 (8.59% from 255 or 23.60% from 89); Blue value is 15 (6.25% from 255 or 16.85% from 89); Max value from RGB is 53 - color contains mainly: red. Hex color #35150F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #35150F is #CAEAF0. Grayscale: #1D1D1D. Windows color (decimal): -13298417 or 988469. OLE color: 988469.

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

Color convert

RGB 53 21 15 -
CMYK 0 0.60 0.72 0.79
HSL 9.47º 0.56% 0.13% -
HSV(B) 9.47º 0.72% 0.21% -
XYZ 1.82 1.33 0.61 -
YUV 29.88 119.6 144.49 -
System Red Green Blue C M Y K H S L
Decimal 53 21 15 0 0.60 0.72 0.79 9.47 0.56 0.13
Hex 35 15 F 0 3C 48 4F 9 38 D
Octal 65 25 17 0 74 110 117 11 70 15
Binary 110101 10101 1111 0 111100 1001000 1001111 1001 111000 1101

Color Harmonies of #35150F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35150F

Black with #35150F

Text Example


Text Example

White with #35150F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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