Html Css Color HEX #350D06 Seal Brown

📋 copy color: '#350D06'

red 53 ◦ green 13 ◦ blue 6

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

Shades of Seal Brown #350D06

Tints of Seal Brown #350D06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 8.33%

R = 73.61%
G = 18.06%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.89

 K value IS 0.79

RGB Variations

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

Color information

#350D06 (or 0x350D06) is known color: Seal Brown. HEX triplet: 35, 0D and 06. RGB value is (53,13,6). Sum of RGB (Red+Green+Blue) = 53+13+6=72 (9% of max value = 765). Red value is 53 (21.09% from 255 or 73.61% from 72); Green value is 13 (5.47% from 255 or 18.06% from 72); Blue value is 6 (2.73% from 255 or 8.33% from 72); Max value from RGB is 53 - color contains mainly: red. Hex color #350D06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350D06 is #CAF2F9. Grayscale: #181818. Windows color (decimal): -13300474 or 396597. OLE color: 396597.

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

Color convert

RGB 53 13 6 -
CMYK 0 0.75 0.89 0.79
HSL 8.94º 0.8% 0.12% -
HSV(B) 8.94º 0.89% 0.21% -
XYZ 1.64 1.06 0.29 -
YUV 24.16 117.75 148.57 -
System Red Green Blue C M Y K H S L
Decimal 53 13 6 0 0.75 0.89 0.79 8.94 0.8 0.12
Hex 35 D 6 0 4B 59 4F 9 50 C
Octal 65 15 6 0 113 131 117 11 120 14
Binary 110101 1101 110 0 1001011 1011001 1001111 1001 1010000 1100

Color Harmonies of #350D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350D06

Black with #350D06

Text Example


Text Example

White with #350D06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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