Html Css Color HEX #995B18 Golden Brown

📋 copy color: '#995B18'

red 153 ◦ green 91 ◦ blue 24

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

Shades of Golden Brown #995B18

Tints of Golden Brown #995B18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.96%

R = 57.09%
G = 33.96%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.84

 K value IS 0.4

RGB Variations

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

Color information

#995B18 (or 0x995B18) is known color: Golden Brown. HEX triplet: 99, 5B and 18. RGB value is (153,91,24). Sum of RGB (Red+Green+Blue) = 153+91+24=268 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.09% from 268); Green value is 91 (35.94% from 255 or 33.96% from 268); Blue value is 24 (9.77% from 255 or 8.96% from 268); Max value from RGB is 153 - color contains mainly: red. Hex color #995B18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995B18 is #66A4E7. Grayscale: #666666. Windows color (decimal): -6726888 or 1596313. OLE color: 1596313.

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

Color convert

RGB 153 91 24 -
CMYK 0 0.41 0.84 0.4
HSL 31.16º 0.73% 0.35% -
HSV(B) 31.16º 0.84% 0.6% -
XYZ 17.04 14.32 2.73 -
YUV 101.9 84.04 164.45 -
System Red Green Blue C M Y K H S L
Decimal 153 91 24 0 0.41 0.84 0.4 31.16 0.73 0.35
Hex 99 5B 18 0 29 54 28 1F 49 23
Octal 231 133 30 0 51 124 50 37 111 43
Binary 10011001 1011011 11000 0 101001 1010100 101000 11111 1001001 100011

Color Harmonies of #995B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995B18

Black with #995B18

Text Example


Text Example

White with #995B18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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