Html Css Color HEX #995A0C Golden Brown

📋 copy color: '#995A0C'

red 153 ◦ green 90 ◦ blue 12

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

Shades of Golden Brown #995A0C

Tints of Golden Brown #995A0C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 35.29%

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

R = 60%
G = 35.29%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.92

 K value IS 0.4

RGB Variations

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

Color information

#995A0C (or 0x995A0C) is known color: Golden Brown. HEX triplet: 99, 5A and 0C. RGB value is (153,90,12). Sum of RGB (Red+Green+Blue) = 153+90+12=255 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60% from 255); Green value is 90 (35.55% from 255 or 35.29% from 255); Blue value is 12 (5.08% from 255 or 4.71% from 255); Max value from RGB is 153 - color contains mainly: red. Hex color #995A0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995A0C is #66A5F3. Grayscale: #646464. Windows color (decimal): -6727156 or 809625. OLE color: 809625.

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

Color convert

RGB 153 90 12 -
CMYK 0 0.41 0.92 0.4
HSL 33.19º 0.85% 0.32% -
HSV(B) 33.19º 0.92% 0.6% -
XYZ 16.86 14.11 2.18 -
YUV 99.95 78.37 165.84 -
System Red Green Blue C M Y K H S L
Decimal 153 90 12 0 0.41 0.92 0.4 33.19 0.85 0.32
Hex 99 5A C 0 29 5C 28 21 55 20
Octal 231 132 14 0 51 134 50 41 125 40
Binary 10011001 1011010 1100 0 101001 1011100 101000 100001 1010101 100000

Color Harmonies of #995A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995A0C

Black with #995A0C

Text Example


Text Example

White with #995A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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