Html Css Color HEX #350F08 Seal Brown

📋 copy color: '#350F08'

red 53 ◦ green 15 ◦ blue 8

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

Shades of Seal Brown #350F08

Tints of Seal Brown #350F08

RGB

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

 GREEN value IS 15 (6.25% from 255) = 19.74%

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

R = 69.74%
G = 19.74%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.85

 K value IS 0.79

RGB Variations

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

Color information

#350F08 (or 0x350F08) is known color: Seal Brown. HEX triplet: 35, 0F and 08. RGB value is (53,15,8). Sum of RGB (Red+Green+Blue) = 53+15+8=76 (10% of max value = 765). Red value is 53 (21.09% from 255 or 69.74% from 76); Green value is 15 (6.25% from 255 or 19.74% from 76); Blue value is 8 (3.52% from 255 or 10.53% from 76); Max value from RGB is 53 - color contains mainly: red. Hex color #350F08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350F08 is #CAF0F7. Grayscale: #191919. Windows color (decimal): -13299960 or 528181. OLE color: 528181.

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

Color convert

RGB 53 15 8 -
CMYK 0 0.72 0.85 0.79
HSL 9.33º 0.74% 0.12% -
HSV(B) 9.33º 0.85% 0.21% -
XYZ 1.68 1.12 0.36 -
YUV 25.56 118.09 147.57 -
System Red Green Blue C M Y K H S L
Decimal 53 15 8 0 0.72 0.85 0.79 9.33 0.74 0.12
Hex 35 F 8 0 48 55 4F 9 4A C
Octal 65 17 10 0 110 125 117 11 112 14
Binary 110101 1111 1000 0 1001000 1010101 1001111 1001 1001010 1100

Color Harmonies of #350F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350F08

Black with #350F08

Text Example


Text Example

White with #350F08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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