Html Css Color HEX #35140B Seal Brown

📋 copy color: '#35140B'

red 53 ◦ green 20 ◦ blue 11

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

Shades of Seal Brown #35140B

Tints of Seal Brown #35140B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 13.1%

R = 63.1%
G = 23.81%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.79

 K value IS 0.79

RGB Variations

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

Color information

#35140B (or 0x35140B) is known color: Seal Brown. HEX triplet: 35, 14 and 0B. RGB value is (53,20,11). Sum of RGB (Red+Green+Blue) = 53+20+11=84 (11% of max value = 765). Red value is 53 (21.09% from 255 or 63.10% from 84); Green value is 20 (8.20% from 255 or 23.81% from 84); Blue value is 11 (4.69% from 255 or 13.10% from 84); Max value from RGB is 53 - color contains mainly: red. Hex color #35140B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #35140B is #CAEBF4. Grayscale: #1C1C1C. Windows color (decimal): -13298677 or 726069. OLE color: 726069.

HSL color Cylindrical-coordinate representation of color #35140B: hue angle of 12.86º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35140B is Cyan = 0, Magento = 0.62, Yellow = 0.79 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 20 11 -
CMYK 0 0.62 0.79 0.79
HSL 12.86º 0.66% 0.13% -
HSV(B) 12.86º 0.79% 0.21% -
XYZ 1.78 1.28 0.47 -
YUV 28.84 117.93 145.23 -
System Red Green Blue C M Y K H S L
Decimal 53 20 11 0 0.62 0.79 0.79 12.86 0.66 0.13
Hex 35 14 B 0 3E 4F 4F D 42 D
Octal 65 24 13 0 76 117 117 15 102 15
Binary 110101 10100 1011 0 111110 1001111 1001111 1101 1000010 1101

Color Harmonies of #35140B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35140B

Black with #35140B

Text Example


Text Example

White with #35140B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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