Html Css Color HEX #350602 Seal Brown

📋 copy color: '#350602'

red 53 ◦ green 6 ◦ blue 2

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

Shades of Seal Brown #350602

Tints of Seal Brown #350602

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 3.28%

R = 86.89%
G = 9.84%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.96

 K value IS 0.79

RGB Variations

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

Color information

#350602 (or 0x350602) is known color: Seal Brown. HEX triplet: 35, 06 and 02. RGB value is (53,6,2). Sum of RGB (Red+Green+Blue) = 53+6+2=61 (8% of max value = 765). Red value is 53 (21.09% from 255 or 86.89% from 61); Green value is 6 (2.73% from 255 or 9.84% from 61); Blue value is 2 (1.17% from 255 or 3.28% from 61); Max value from RGB is 53 - color contains mainly: red. Hex color #350602 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350602 is #CAF9FD. Grayscale: #131313. Windows color (decimal): -13302270 or 132661. OLE color: 132661.

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

Color convert

RGB 53 6 2 -
CMYK 0 0.89 0.96 0.79
HSL 4.71º 0.93% 0.11% -
HSV(B) 4.71º 0.96% 0.21% -
XYZ 1.54 0.89 0.15 -
YUV 19.6 118.07 151.83 -
System Red Green Blue C M Y K H S L
Decimal 53 6 2 0 0.89 0.96 0.79 4.71 0.93 0.11
Hex 35 6 2 0 59 60 4F 5 5D B
Octal 65 6 2 0 131 140 117 5 135 13
Binary 110101 110 10 0 1011001 1100000 1001111 101 1011101 1011

Color Harmonies of #350602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350602

Black with #350602

Text Example


Text Example

White with #350602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350602; }

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

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

background-color css

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

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

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

border-color css

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

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

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