Html Css Color HEX #995C0F Golden Brown

📋 copy color: '#995C0F'

red 153 ◦ green 92 ◦ blue 15

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

Shades of Golden Brown #995C0F

Tints of Golden Brown #995C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.77%

R = 58.85%
G = 35.38%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.90

 K value IS 0.4

RGB Variations

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

Color information

#995C0F (or 0x995C0F) is known color: Golden Brown. HEX triplet: 99, 5C and 0F. RGB value is (153,92,15). Sum of RGB (Red+Green+Blue) = 153+92+15=260 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.85% from 260); Green value is 92 (36.33% from 255 or 35.38% from 260); Blue value is 15 (6.25% from 255 or 5.77% from 260); Max value from RGB is 153 - color contains mainly: red. Hex color #995C0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995C0F is #66A3F0. Grayscale: #656565. Windows color (decimal): -6726641 or 1006745. OLE color: 1006745.

HSL color Cylindrical-coordinate representation of color #995C0F: hue angle of 33.48º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #995C0F is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 92 15 -
CMYK 0 0.40 0.90 0.4
HSL 33.48º 0.82% 0.33% -
HSV(B) 33.48º 0.9% 0.6% -
XYZ 17.05 14.46 2.34 -
YUV 101.46 79.21 164.76 -
System Red Green Blue C M Y K H S L
Decimal 153 92 15 0 0.40 0.90 0.4 33.48 0.82 0.33
Hex 99 5C F 0 28 5A 28 21 52 21
Octal 231 134 17 0 50 132 50 41 122 41
Binary 10011001 1011100 1111 0 101000 1011010 101000 100001 1010010 100001

Color Harmonies of #995C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995C0F

Black with #995C0F

Text Example


Text Example

White with #995C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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