Html Css Color HEX #995C0C Golden Brown

📋 copy color: '#995C0C'

red 153 ◦ green 92 ◦ blue 12

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

Shades of Golden Brown #995C0C

Tints of Golden Brown #995C0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.67%

R = 59.53%
G = 35.8%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.92

 K value IS 0.4

RGB Variations

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

Color information

#995C0C (or 0x995C0C) is known color: Golden Brown. HEX triplet: 99, 5C and 0C. RGB value is (153,92,12). Sum of RGB (Red+Green+Blue) = 153+92+12=257 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.53% from 257); Green value is 92 (36.33% from 255 or 35.80% from 257); Blue value is 12 (5.08% from 255 or 4.67% from 257); Max value from RGB is 153 - color contains mainly: red. Hex color #995C0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995C0C is #66A3F3. Grayscale: #656565. Windows color (decimal): -6726644 or 810137. OLE color: 810137.

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

Color convert

RGB 153 92 12 -
CMYK 0 0.40 0.92 0.4
HSL 34.04º 0.85% 0.32% -
HSV(B) 34.04º 0.92% 0.6% -
XYZ 17.03 14.45 2.24 -
YUV 101.12 77.71 165 -
System Red Green Blue C M Y K H S L
Decimal 153 92 12 0 0.40 0.92 0.4 34.04 0.85 0.32
Hex 99 5C C 0 28 5C 28 22 55 20
Octal 231 134 14 0 50 134 50 42 125 40
Binary 10011001 1011100 1100 0 101000 1011100 101000 100010 1010101 100000

Color Harmonies of #995C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995C0C

Black with #995C0C

Text Example


Text Example

White with #995C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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