Html Css Color HEX #995C0A Golden Brown

📋 copy color: '#995C0A'

red 153 ◦ green 92 ◦ blue 10

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

Shades of Golden Brown #995C0A

Tints of Golden Brown #995C0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.92%

R = 60%
G = 36.08%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.93

 K value IS 0.4

RGB Variations

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

Color information

#995C0A (or 0x995C0A) is known color: Golden Brown. HEX triplet: 99, 5C and 0A. RGB value is (153,92,10). Sum of RGB (Red+Green+Blue) = 153+92+10=255 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60% from 255); Green value is 92 (36.33% from 255 or 36.08% from 255); Blue value is 10 (4.30% from 255 or 3.92% from 255); Max value from RGB is 153 - color contains mainly: red. Hex color #995C0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995C0A is #66A3F5. Grayscale: #656565. Windows color (decimal): -6726646 or 679065. OLE color: 679065.

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

Color convert

RGB 153 92 10 -
CMYK 0 0.40 0.93 0.4
HSL 34.41º 0.88% 0.32% -
HSV(B) 34.41º 0.93% 0.6% -
XYZ 17.02 14.45 2.18 -
YUV 100.89 76.71 165.17 -
System Red Green Blue C M Y K H S L
Decimal 153 92 10 0 0.40 0.93 0.4 34.41 0.88 0.32
Hex 99 5C A 0 28 5D 28 22 58 20
Octal 231 134 12 0 50 135 50 42 130 40
Binary 10011001 1011100 1010 0 101000 1011101 101000 100010 1011000 100000

Color Harmonies of #995C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995C0A

Black with #995C0A

Text Example


Text Example

White with #995C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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