Html Css Color HEX #350600 Seal Brown

📋 copy color: '#350600'

red 53 ◦ green 6 ◦ blue 0

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

Shades of Seal Brown #350600

Tints of Seal Brown #350600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 89.83%
G = 10.17%
B = 0%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 1

 K value IS 0.79

RGB Variations

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

Color information

#350600 (or 0x350600) is known color: Seal Brown. HEX triplet: 35, 06 and 00. RGB value is (53,6,0). Sum of RGB (Red+Green+Blue) = 53+6+0=59 (7% of max value = 765). Red value is 53 (21.09% from 255 or 89.83% from 59); Green value is 6 (2.73% from 255 or 10.17% from 59); Blue value is 0 (0.39% from 255 or 0% from 59); Max value from RGB is 53 - color contains mainly: red. Hex color #350600 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350600 is #CAF9FF. Grayscale: #131313. Windows color (decimal): -13302272 or 1589. OLE color: 1589.

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

Color convert

RGB 53 6 0 -
CMYK 0 0.89 1 0.79
HSL 6.79º 1% 0.1% -
HSV(B) 6.79º 1% 0.21% -
XYZ 1.53 0.89 0.09 -
YUV 19.37 117.07 151.99 -
System Red Green Blue C M Y K H S L
Decimal 53 6 0 0 0.89 1 0.79 6.79 1 0.1
Hex 35 6 0 0 59 64 4F 7 64 A
Octal 65 6 0 0 131 144 117 7 144 12
Binary 110101 110 0 0 1011001 1100100 1001111 111 1100100 1010

Color Harmonies of #350600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350600

Black with #350600

Text Example


Text Example

White with #350600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350600; }

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

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

background-color css

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

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

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

border-color css

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

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

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