Html Css Color HEX #35140F Seal Brown

📋 copy color: '#35140F'

red 53 ◦ green 20 ◦ blue 15

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

Shades of Seal Brown #35140F

Tints of Seal Brown #35140F

RGB

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

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

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

R = 60.23%
G = 22.73%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.72

 K value IS 0.79

RGB Variations

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

Color information

#35140F (or 0x35140F) is known color: Seal Brown. HEX triplet: 35, 14 and 0F. RGB value is (53,20,15). Sum of RGB (Red+Green+Blue) = 53+20+15=88 (11% of max value = 765). Red value is 53 (21.09% from 255 or 60.23% from 88); Green value is 20 (8.20% from 255 or 22.73% from 88); Blue value is 15 (6.25% from 255 or 17.05% from 88); Max value from RGB is 53 - color contains mainly: red. Hex color #35140F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #35140F is #CAEBF0. Grayscale: #1D1D1D. Windows color (decimal): -13298673 or 988213. OLE color: 988213.

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

Color convert

RGB 53 20 15 -
CMYK 0 0.62 0.72 0.79
HSL 7.89º 0.56% 0.13% -
HSV(B) 7.89º 0.72% 0.21% -
XYZ 1.8 1.29 0.61 -
YUV 29.3 119.93 144.91 -
System Red Green Blue C M Y K H S L
Decimal 53 20 15 0 0.62 0.72 0.79 7.89 0.56 0.13
Hex 35 14 F 0 3E 48 4F 8 38 D
Octal 65 24 17 0 76 110 117 10 70 15
Binary 110101 10100 1111 0 111110 1001000 1001111 1000 111000 1101

Color Harmonies of #35140F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35140F

Black with #35140F

Text Example


Text Example

White with #35140F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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