Html Css Color HEX #9F3408 Rust

📋 copy color: '#9F3408'

red 159 ◦ green 52 ◦ blue 8

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

Shades of Rust #9F3408

Tints of Rust #9F3408

RGB

 RED value IS 159 (62.5% from 255) = 72.6%

 GREEN value IS 52 (20.7% from 255) = 23.74%

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

R = 72.6%
G = 23.74%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.95

 K value IS 0.38

RGB Variations

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

Color information

#9F3408 (or 0x9F3408) is known color: Rust. HEX triplet: 9F, 34 and 08. RGB value is (159,52,8). Sum of RGB (Red+Green+Blue) = 159+52+8=219 (29% of max value = 765). Red value is 159 (62.5% from 255 or 72.60% from 219); Green value is 52 (20.70% from 255 or 23.74% from 219); Blue value is 8 (3.52% from 255 or 3.65% from 219); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3408 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F3408 is #60CBF7. Grayscale: #4F4F4F. Windows color (decimal): -6343672 or 537759. OLE color: 537759.

HSL color Cylindrical-coordinate representation of color #9F3408: hue angle of 17.48º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9F3408 is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 52 8 -
CMYK 0 0.67 0.95 0.38
HSL 17.48º 0.9% 0.33% -
HSV(B) 17.48º 0.95% 0.62% -
XYZ 15.57 9.84 1.31 -
YUV 78.98 87.95 185.08 -
System Red Green Blue C M Y K H S L
Decimal 159 52 8 0 0.67 0.95 0.38 17.48 0.9 0.33
Hex 9F 34 8 0 43 5F 26 11 5A 21
Octal 237 64 10 0 103 137 46 21 132 41
Binary 10011111 110100 1000 0 1000011 1011111 100110 10001 1011010 100001

Color Harmonies of #9F3408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3408

Black with #9F3408

Text Example


Text Example

White with #9F3408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F3408; }

 p { color: rgb(159,52,8); }

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

background-color css

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

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

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

border-color css

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

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

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