Html Css Color HEX #995B17 Golden Brown

📋 copy color: '#995B17'

red 153 ◦ green 91 ◦ blue 23

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

Shades of Golden Brown #995B17

Tints of Golden Brown #995B17

RGB

 RED value IS 153 (60.16% from 255) = 57.3%

 GREEN value IS 91 (35.94% from 255) = 34.08%

 BLUE value IS 23 (9.38% from 255) = 8.61%

R = 57.3%
G = 34.08%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.85

 K value IS 0.4

RGB Variations

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

Color information

#995B17 (or 0x995B17) is known color: Golden Brown. HEX triplet: 99, 5B and 17. RGB value is (153,91,23). Sum of RGB (Red+Green+Blue) = 153+91+23=267 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.30% from 267); Green value is 91 (35.94% from 255 or 34.08% from 267); Blue value is 23 (9.38% from 255 or 8.61% from 267); Max value from RGB is 153 - color contains mainly: red. Hex color #995B17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995B17 is #66A4E8. Grayscale: #666666. Windows color (decimal): -6726889 or 1530777. OLE color: 1530777.

HSL color Cylindrical-coordinate representation of color #995B17: hue angle of 31.38º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #995B17 is Cyan = 0, Magento = 0.41, Yellow = 0.85 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 91 23 -
CMYK 0 0.41 0.85 0.4
HSL 31.38º 0.74% 0.35% -
HSV(B) 31.38º 0.85% 0.6% -
XYZ 17.03 14.32 2.68 -
YUV 101.79 83.54 164.53 -
System Red Green Blue C M Y K H S L
Decimal 153 91 23 0 0.41 0.85 0.4 31.38 0.74 0.35
Hex 99 5B 17 0 29 55 28 1F 4A 23
Octal 231 133 27 0 51 125 50 37 112 43
Binary 10011001 1011011 10111 0 101001 1010101 101000 11111 1001010 100011

Color Harmonies of #995B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995B17

Black with #995B17

Text Example


Text Example

White with #995B17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995B17; }

 p { color: rgb(153,91,23); }

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

background-color css

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

 a { background-color: rgb(153,91,23); }

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

border-color css

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

 span { border-color: rgb(153,91,23); }

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