Html Css Color HEX #995C18 Golden Brown

📋 copy color: '#995C18'

red 153 ◦ green 92 ◦ blue 24

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

Shades of Golden Brown #995C18

Tints of Golden Brown #995C18

RGB

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

 GREEN value IS 92 (36.33% from 255) = 34.2%

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

R = 56.88%
G = 34.2%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.84

 K value IS 0.4

RGB Variations

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

Color information

#995C18 (or 0x995C18) is known color: Golden Brown. HEX triplet: 99, 5C and 18. RGB value is (153,92,24). Sum of RGB (Red+Green+Blue) = 153+92+24=269 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.88% from 269); Green value is 92 (36.33% from 255 or 34.20% from 269); Blue value is 24 (9.77% from 255 or 8.92% from 269); Max value from RGB is 153 - color contains mainly: red. Hex color #995C18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995C18 is #66A3E7. Grayscale: #666666. Windows color (decimal): -6726632 or 1596569. OLE color: 1596569.

HSL color Cylindrical-coordinate representation of color #995C18: hue angle of 31.63º 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 #995C18 is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 92 24 -
CMYK 0 0.40 0.84 0.4
HSL 31.63º 0.73% 0.35% -
HSV(B) 31.63º 0.84% 0.6% -
XYZ 17.13 14.49 2.76 -
YUV 102.49 83.71 164.03 -
System Red Green Blue C M Y K H S L
Decimal 153 92 24 0 0.40 0.84 0.4 31.63 0.73 0.35
Hex 99 5C 18 0 28 54 28 20 49 23
Octal 231 134 30 0 50 124 50 40 111 43
Binary 10011001 1011100 11000 0 101000 1010100 101000 100000 1001001 100011

Color Harmonies of #995C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995C18

Black with #995C18

Text Example


Text Example

White with #995C18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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