Html Css Color HEX #350A08 Seal Brown

📋 copy color: '#350A08'

red 53 ◦ green 10 ◦ blue 8

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

Shades of Seal Brown #350A08

Tints of Seal Brown #350A08

RGB

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

 GREEN value IS 10 (4.3% from 255) = 14.08%

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

R = 74.65%
G = 14.08%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.85

 K value IS 0.79

RGB Variations

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

Color information

#350A08 (or 0x350A08) is known color: Seal Brown. HEX triplet: 35, 0A and 08. RGB value is (53,10,8). Sum of RGB (Red+Green+Blue) = 53+10+8=71 (9% of max value = 765). Red value is 53 (21.09% from 255 or 74.65% from 71); Green value is 10 (4.30% from 255 or 14.08% from 71); Blue value is 8 (3.52% from 255 or 11.27% from 71); Max value from RGB is 53 - color contains mainly: red. Hex color #350A08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350A08 is #CAF5F7. Grayscale: #161616. Windows color (decimal): -13301240 or 526901. OLE color: 526901.

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

Color convert

RGB 53 10 8 -
CMYK 0 0.81 0.85 0.79
HSL 2.67º 0.74% 0.12% -
HSV(B) 2.67º 0.85% 0.21% -
XYZ 1.62 0.99 0.34 -
YUV 22.63 119.75 149.66 -
System Red Green Blue C M Y K H S L
Decimal 53 10 8 0 0.81 0.85 0.79 2.67 0.74 0.12
Hex 35 A 8 0 51 55 4F 3 4A C
Octal 65 12 10 0 121 125 117 3 112 14
Binary 110101 1010 1000 0 1010001 1010101 1001111 11 1001010 1100

Color Harmonies of #350A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350A08

Black with #350A08

Text Example


Text Example

White with #350A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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