Html Css Color HEX #9A5005 Saddle Brown

📋 copy color: '#9A5005'

red 154 ◦ green 80 ◦ blue 5

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

Shades of Saddle Brown #9A5005

Tints of Saddle Brown #9A5005

RGB

 RED value IS 154 (60.55% from 255) = 64.44%

 GREEN value IS 80 (31.64% from 255) = 33.47%

 BLUE value IS 5 (2.34% from 255) = 2.09%

R = 64.44%
G = 33.47%
B = 2.09%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.97

 K value IS 0.40

RGB Variations

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

Color information

#9A5005 (or 0x9A5005) is known color: Saddle Brown. HEX triplet: 9A, 50 and 05. RGB value is (154,80,5). Sum of RGB (Red+Green+Blue) = 154+80+5=239 (31% of max value = 765). Red value is 154 (60.55% from 255 or 64.44% from 239); Green value is 80 (31.64% from 255 or 33.47% from 239); Blue value is 5 (2.34% from 255 or 2.09% from 239); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5005 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A5005 is #65AFFA. Grayscale: #5D5D5D. Windows color (decimal): -6664187 or 348314. OLE color: 348314.

HSL color Cylindrical-coordinate representation of color #9A5005: hue angle of 30.2º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9A5005 is Cyan = 0, Magento = 0.48, Yellow = 0.97 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 80 5 -
CMYK 0 0.48 0.97 0.40
HSL 30.2º 0.94% 0.31% -
HSV(B) 30.2º 0.97% 0.6% -
XYZ 16.22 12.62 1.72 -
YUV 93.58 78.02 171.1 -
System Red Green Blue C M Y K H S L
Decimal 154 80 5 0 0.48 0.97 0.40 30.2 0.94 0.31
Hex 9A 50 5 0 30 61 28 1E 5E 1F
Octal 232 120 5 0 60 141 50 36 136 37
Binary 10011010 1010000 101 0 110000 1100001 101000 11110 1011110 11111

Color Harmonies of #9A5005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5005

Black with #9A5005

Text Example


Text Example

White with #9A5005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,80,5); }

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

background-color css

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

 a { background-color: rgb(154,80,5); }

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

border-color css

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

 span { border-color: rgb(154,80,5); }

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