Html Css Color HEX #35140A Seal Brown

📋 copy color: '#35140A'

red 53 ◦ green 20 ◦ blue 10

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

Shades of Seal Brown #35140A

Tints of Seal Brown #35140A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 12.05%

R = 63.86%
G = 24.1%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.81

 K value IS 0.79

RGB Variations

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

Color information

#35140A (or 0x35140A) is known color: Seal Brown. HEX triplet: 35, 14 and 0A. RGB value is (53,20,10). Sum of RGB (Red+Green+Blue) = 53+20+10=83 (10% of max value = 765). Red value is 53 (21.09% from 255 or 63.86% from 83); Green value is 20 (8.20% from 255 or 24.10% from 83); Blue value is 10 (4.30% from 255 or 12.05% from 83); Max value from RGB is 53 - color contains mainly: red. Hex color #35140A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #35140A is #CAEBF5. Grayscale: #1C1C1C. Windows color (decimal): -13298678 or 660533. OLE color: 660533.

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

Color convert

RGB 53 20 10 -
CMYK 0 0.62 0.81 0.79
HSL 13.95º 0.68% 0.12% -
HSV(B) 13.95º 0.81% 0.21% -
XYZ 1.77 1.28 0.44 -
YUV 28.73 117.43 145.31 -
System Red Green Blue C M Y K H S L
Decimal 53 20 10 0 0.62 0.81 0.79 13.95 0.68 0.12
Hex 35 14 A 0 3E 51 4F E 44 C
Octal 65 24 12 0 76 121 117 16 104 14
Binary 110101 10100 1010 0 111110 1010001 1001111 1110 1000100 1100

Color Harmonies of #35140A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35140A

Black with #35140A

Text Example


Text Example

White with #35140A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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