Html Css Color HEX #350804 Seal Brown

📋 copy color: '#350804'

red 53 ◦ green 8 ◦ blue 4

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

Shades of Seal Brown #350804

Tints of Seal Brown #350804

RGB

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

 GREEN value IS 8 (3.52% from 255) = 12.31%

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

R = 81.54%
G = 12.31%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.92

 K value IS 0.79

RGB Variations

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

Color information

#350804 (or 0x350804) is known color: Seal Brown. HEX triplet: 35, 08 and 04. RGB value is (53,8,4). Sum of RGB (Red+Green+Blue) = 53+8+4=65 (8% of max value = 765). Red value is 53 (21.09% from 255 or 81.54% from 65); Green value is 8 (3.52% from 255 or 12.31% from 65); Blue value is 4 (1.95% from 255 or 6.15% from 65); Max value from RGB is 53 - color contains mainly: red. Hex color #350804 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350804 is #CAF7FB. Grayscale: #151515. Windows color (decimal): -13301756 or 264245. OLE color: 264245.

HSL color Cylindrical-coordinate representation of color #350804: hue angle of 4.9º 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 #350804 is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 8 4 -
CMYK 0 0.85 0.92 0.79
HSL 4.9º 0.86% 0.11% -
HSV(B) 4.9º 0.92% 0.21% -
XYZ 1.58 0.94 0.21 -
YUV 21 118.41 150.83 -
System Red Green Blue C M Y K H S L
Decimal 53 8 4 0 0.85 0.92 0.79 4.9 0.86 0.11
Hex 35 8 4 0 55 5C 4F 5 56 B
Octal 65 10 4 0 125 134 117 5 126 13
Binary 110101 1000 100 0 1010101 1011100 1001111 101 1010110 1011

Color Harmonies of #350804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350804

Black with #350804

Text Example


Text Example

White with #350804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350804; }

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

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

background-color css

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

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

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

border-color css

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

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

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