Html Css Color HEX #350808 Seal Brown

📋 copy color: '#350808'

red 53 ◦ green 8 ◦ blue 8

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

Shades of Seal Brown #350808

Tints of Seal Brown #350808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 11.59%

R = 76.81%
G = 11.59%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.79

RGB Variations

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

Color information

#350808 (or 0x350808) is known color: Seal Brown. HEX triplet: 35, 08 and 08. RGB value is (53,8,8). Sum of RGB (Red+Green+Blue) = 53+8+8=69 (9% of max value = 765). Red value is 53 (21.09% from 255 or 76.81% from 69); Green value is 8 (3.52% from 255 or 11.59% from 69); Blue value is 8 (3.52% from 255 or 11.59% from 69); Max value from RGB is 53 - color contains mainly: red. Hex color #350808 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350808 is #CAF7F7. Grayscale: #151515. Windows color (decimal): -13301752 or 526389. OLE color: 526389.

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

Color convert

RGB 53 8 8 -
CMYK 0 0.85 0.85 0.79
HSL 0.74% 0.12% -
HSV(B) 0.85% 0.21% -
XYZ 1.6 0.95 0.33 -
YUV 21.46 120.41 150.5 -
System Red Green Blue C M Y K H S L
Decimal 53 8 8 0 0.85 0.85 0.79 0 0.74 0.12
Hex 35 8 8 0 55 55 4F 0 4A C
Octal 65 10 10 0 125 125 117 0 112 14
Binary 110101 1000 1000 0 1010101 1010101 1001111 0 1001010 1100

Color Harmonies of #350808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350808

Black with #350808

Text Example


Text Example

White with #350808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350808; }

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

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

background-color css

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

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

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

border-color css

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

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

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