Html Css Color HEX #350D0A Seal Brown

📋 copy color: '#350D0A'

red 53 ◦ green 13 ◦ blue 10

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

Shades of Seal Brown #350D0A

Tints of Seal Brown #350D0A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 17.11%

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

R = 69.74%
G = 17.11%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.81

 K value IS 0.79

RGB Variations

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

Color information

#350D0A (or 0x350D0A) is known color: Seal Brown. HEX triplet: 35, 0D and 0A. RGB value is (53,13,10). Sum of RGB (Red+Green+Blue) = 53+13+10=76 (10% of max value = 765). Red value is 53 (21.09% from 255 or 69.74% from 76); Green value is 13 (5.47% from 255 or 17.11% from 76); Blue value is 10 (4.30% from 255 or 13.16% from 76); Max value from RGB is 53 - color contains mainly: red. Hex color #350D0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350D0A is #CAF2F5. Grayscale: #181818. Windows color (decimal): -13300470 or 658741. OLE color: 658741.

HSL color Cylindrical-coordinate representation of color #350D0A: hue angle of 4.19º 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 #350D0A is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 13 10 -
CMYK 0 0.75 0.81 0.79
HSL 4.19º 0.68% 0.12% -
HSV(B) 4.19º 0.81% 0.21% -
XYZ 1.67 1.07 0.41 -
YUV 24.62 119.75 148.24 -
System Red Green Blue C M Y K H S L
Decimal 53 13 10 0 0.75 0.81 0.79 4.19 0.68 0.12
Hex 35 D A 0 4B 51 4F 4 44 C
Octal 65 15 12 0 113 121 117 4 104 14
Binary 110101 1101 1010 0 1001011 1010001 1001111 100 1000100 1100

Color Harmonies of #350D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350D0A

Black with #350D0A

Text Example


Text Example

White with #350D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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