Html Css Color HEX #350904 Seal Brown

📋 copy color: '#350904'

red 53 ◦ green 9 ◦ blue 4

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

Shades of Seal Brown #350904

Tints of Seal Brown #350904

RGB

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

 GREEN value IS 9 (3.91% from 255) = 13.64%

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

R = 80.3%
G = 13.64%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.92

 K value IS 0.79

RGB Variations

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

Color information

#350904 (or 0x350904) is known color: Seal Brown. HEX triplet: 35, 09 and 04. RGB value is (53,9,4). Sum of RGB (Red+Green+Blue) = 53+9+4=66 (8% of max value = 765). Red value is 53 (21.09% from 255 or 80.30% from 66); Green value is 9 (3.91% from 255 or 13.64% from 66); Blue value is 4 (1.95% from 255 or 6.06% from 66); Max value from RGB is 53 - color contains mainly: red. Hex color #350904 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350904 is #CAF6FB. Grayscale: #151515. Windows color (decimal): -13301500 or 264501. OLE color: 264501.

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

Color convert

RGB 53 9 4 -
CMYK 0 0.83 0.92 0.79
HSL 6.12º 0.86% 0.11% -
HSV(B) 6.12º 0.92% 0.21% -
XYZ 1.59 0.96 0.22 -
YUV 21.59 118.08 150.41 -
System Red Green Blue C M Y K H S L
Decimal 53 9 4 0 0.83 0.92 0.79 6.12 0.86 0.11
Hex 35 9 4 0 53 5C 4F 6 56 B
Octal 65 11 4 0 123 134 117 6 126 13
Binary 110101 1001 100 0 1010011 1011100 1001111 110 1010110 1011

Color Harmonies of #350904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350904

Black with #350904

Text Example


Text Example

White with #350904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350904; }

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

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

background-color css

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

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

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

border-color css

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

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

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