Html Css Color HEX #350802 Seal Brown

📋 copy color: '#350802'

red 53 ◦ green 8 ◦ blue 2

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

Shades of Seal Brown #350802

Tints of Seal Brown #350802

RGB

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

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

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

R = 84.13%
G = 12.7%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.96

 K value IS 0.79

RGB Variations

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

Color information

#350802 (or 0x350802) is known color: Seal Brown. HEX triplet: 35, 08 and 02. RGB value is (53,8,2). Sum of RGB (Red+Green+Blue) = 53+8+2=63 (8% of max value = 765). Red value is 53 (21.09% from 255 or 84.13% from 63); Green value is 8 (3.52% from 255 or 12.70% from 63); Blue value is 2 (1.17% from 255 or 3.17% from 63); Max value from RGB is 53 - color contains mainly: red. Hex color #350802 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350802 is #CAF7FD. Grayscale: #141414. Windows color (decimal): -13301758 or 133173. OLE color: 133173.

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

Color convert

RGB 53 8 2 -
CMYK 0 0.85 0.96 0.79
HSL 7.06º 0.93% 0.11% -
HSV(B) 7.06º 0.96% 0.21% -
XYZ 1.57 0.93 0.16 -
YUV 20.77 117.41 150.99 -
System Red Green Blue C M Y K H S L
Decimal 53 8 2 0 0.85 0.96 0.79 7.06 0.93 0.11
Hex 35 8 2 0 55 60 4F 7 5D B
Octal 65 10 2 0 125 140 117 7 135 13
Binary 110101 1000 10 0 1010101 1100000 1001111 111 1011101 1011

Color Harmonies of #350802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350802

Black with #350802

Text Example


Text Example

White with #350802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350802; }

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

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

background-color css

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

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

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

border-color css

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

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

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