Html Css Color HEX #99550C Golden Brown

📋 copy color: '#99550C'

red 153 ◦ green 85 ◦ blue 12

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

Shades of Golden Brown #99550C

Tints of Golden Brown #99550C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34%

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

R = 61.2%
G = 34%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.92

 K value IS 0.4

RGB Variations

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

Color information

#99550C (or 0x99550C) is known color: Golden Brown. HEX triplet: 99, 55 and 0C. RGB value is (153,85,12). Sum of RGB (Red+Green+Blue) = 153+85+12=250 (33% of max value = 765). Red value is 153 (60.16% from 255 or 61.2% from 250); Green value is 85 (33.59% from 255 or 34% from 250); Blue value is 12 (5.08% from 255 or 4.8% from 250); Max value from RGB is 153 - color contains mainly: red. Hex color #99550C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99550C is #66AAF3. Grayscale: #616161. Windows color (decimal): -6728436 or 808345. OLE color: 808345.

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

Color convert

RGB 153 85 12 -
CMYK 0 0.44 0.92 0.4
HSL 31.06º 0.85% 0.32% -
HSV(B) 31.06º 0.92% 0.6% -
XYZ 16.45 13.3 2.05 -
YUV 97.01 80.03 167.94 -
System Red Green Blue C M Y K H S L
Decimal 153 85 12 0 0.44 0.92 0.4 31.06 0.85 0.32
Hex 99 55 C 0 2C 5C 28 1F 55 20
Octal 231 125 14 0 54 134 50 37 125 40
Binary 10011001 1010101 1100 0 101100 1011100 101000 11111 1010101 100000

Color Harmonies of #99550C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99550C

Black with #99550C

Text Example


Text Example

White with #99550C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99550C; }

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

 H1.HeaderClassName
 {
   color: #99550C;
 }
 .AnyTagClassName
 {
   color: #99550C;
 }
</style>

background-color css

<style>
 a { background-color: #99550C; }

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

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

border-color css

<style>
 span { border-color: #99550C; }

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

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