Html Css Color HEX #350E0D Seal Brown

📋 copy color: '#350E0D'

red 53 ◦ green 14 ◦ blue 13

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

Shades of Seal Brown #350E0D

Tints of Seal Brown #350E0D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 17.5%

 BLUE value IS 13 (5.47% from 255) = 16.25%

R = 66.25%
G = 17.5%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.75

 K value IS 0.79

RGB Variations

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

Color information

#350E0D (or 0x350E0D) is known color: Seal Brown. HEX triplet: 35, 0E and 0D. RGB value is (53,14,13). Sum of RGB (Red+Green+Blue) = 53+14+13=80 (10% of max value = 765). Red value is 53 (21.09% from 255 or 66.25% from 80); Green value is 14 (5.86% from 255 or 17.5% from 80); Blue value is 13 (5.47% from 255 or 16.25% from 80); Max value from RGB is 53 - color contains mainly: red. Hex color #350E0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350E0D is #CAF1F2. Grayscale: #191919. Windows color (decimal): -13300211 or 855605. OLE color: 855605.

HSL color Cylindrical-coordinate representation of color #350E0D: hue angle of 1.5º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #350E0D is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 14 13 -
CMYK 0 0.74 0.75 0.79
HSL 1.5º 0.61% 0.13% -
HSV(B) 1.5º 0.75% 0.21% -
XYZ 1.7 1.1 0.5 -
YUV 25.55 120.92 147.58 -
System Red Green Blue C M Y K H S L
Decimal 53 14 13 0 0.74 0.75 0.79 1.5 0.61 0.13
Hex 35 E D 0 4A 4B 4F 2 3D D
Octal 65 16 15 0 112 113 117 2 75 15
Binary 110101 1110 1101 0 1001010 1001011 1001111 10 111101 1101

Color Harmonies of #350E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350E0D

Black with #350E0D

Text Example


Text Example

White with #350E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350E0D; }

 p { color: rgb(53,14,13); }

 H1.HeaderClassName
 {
   color: #350E0D;
 }
 .AnyTagClassName
 {
   color: #350E0D;
 }
</style>

background-color css

<style>
 a { background-color: #350E0D; }

 a { background-color: rgb(53,14,13); }

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

border-color css

<style>
 span { border-color: #350E0D; }

 span { border-color: rgb(53,14,13); }

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