Html Css Color HEX #350604 Seal Brown

📋 copy color: '#350604'

red 53 ◦ green 6 ◦ blue 4

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

Shades of Seal Brown #350604

Tints of Seal Brown #350604

RGB

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

 GREEN value IS 6 (2.73% from 255) = 9.52%

 BLUE value IS 4 (1.95% from 255) = 6.35%

R = 84.13%
G = 9.52%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.92

 K value IS 0.79

RGB Variations

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

Color information

#350604 (or 0x350604) is known color: Seal Brown. HEX triplet: 35, 06 and 04. RGB value is (53,6,4). Sum of RGB (Red+Green+Blue) = 53+6+4=63 (8% of max value = 765). Red value is 53 (21.09% from 255 or 84.13% from 63); Green value is 6 (2.73% from 255 or 9.52% from 63); Blue value is 4 (1.95% from 255 or 6.35% from 63); Max value from RGB is 53 - color contains mainly: red. Hex color #350604 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350604 is #CAF9FB. Grayscale: #131313. Windows color (decimal): -13302268 or 263733. OLE color: 263733.

HSL color Cylindrical-coordinate representation of color #350604: hue angle of 2.45º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #350604 is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 6 4 -
CMYK 0 0.89 0.92 0.79
HSL 2.45º 0.86% 0.11% -
HSV(B) 2.45º 0.92% 0.21% -
XYZ 1.56 0.9 0.21 -
YUV 19.83 119.07 151.66 -
System Red Green Blue C M Y K H S L
Decimal 53 6 4 0 0.89 0.92 0.79 2.45 0.86 0.11
Hex 35 6 4 0 59 5C 4F 2 56 B
Octal 65 6 4 0 131 134 117 2 126 13
Binary 110101 110 100 0 1011001 1011100 1001111 10 1010110 1011

Color Harmonies of #350604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350604

Black with #350604

Text Example


Text Example

White with #350604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350604; }

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

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

background-color css

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

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

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

border-color css

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

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

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