Html Css Color HEX #350908 Seal Brown

📋 copy color: '#350908'

red 53 ◦ green 9 ◦ blue 8

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

Shades of Seal Brown #350908

Tints of Seal Brown #350908

RGB

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

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

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

R = 75.71%
G = 12.86%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.85

 K value IS 0.79

RGB Variations

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

Color information

#350908 (or 0x350908) is known color: Seal Brown. HEX triplet: 35, 09 and 08. RGB value is (53,9,8). Sum of RGB (Red+Green+Blue) = 53+9+8=70 (9% of max value = 765). Red value is 53 (21.09% from 255 or 75.71% from 70); Green value is 9 (3.91% from 255 or 12.86% from 70); Blue value is 8 (3.52% from 255 or 11.43% from 70); Max value from RGB is 53 - color contains mainly: red. Hex color #350908 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350908 is #CAF6F7. Grayscale: #161616. Windows color (decimal): -13301496 or 526645. OLE color: 526645.

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

Color convert

RGB 53 9 8 -
CMYK 0 0.83 0.85 0.79
HSL 1.33º 0.74% 0.12% -
HSV(B) 1.33º 0.85% 0.21% -
XYZ 1.61 0.97 0.33 -
YUV 22.04 120.08 150.08 -
System Red Green Blue C M Y K H S L
Decimal 53 9 8 0 0.83 0.85 0.79 1.33 0.74 0.12
Hex 35 9 8 0 53 55 4F 1 4A C
Octal 65 11 10 0 123 125 117 1 112 14
Binary 110101 1001 1000 0 1010011 1010101 1001111 1 1001010 1100

Color Harmonies of #350908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350908

Black with #350908

Text Example


Text Example

White with #350908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350908; }

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

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

background-color css

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

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

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

border-color css

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

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

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