Html Css Color HEX #99550F Golden Brown

📋 copy color: '#99550F'

red 153 ◦ green 85 ◦ blue 15

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

Shades of Golden Brown #99550F

Tints of Golden Brown #99550F

RGB

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

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

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

R = 60.47%
G = 33.6%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.90

 K value IS 0.4

RGB Variations

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

Color information

#99550F (or 0x99550F) is known color: Golden Brown. HEX triplet: 99, 55 and 0F. RGB value is (153,85,15). Sum of RGB (Red+Green+Blue) = 153+85+15=253 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.47% from 253); Green value is 85 (33.59% from 255 or 33.60% from 253); Blue value is 15 (6.25% from 255 or 5.93% from 253); Max value from RGB is 153 - color contains mainly: red. Hex color #99550F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99550F is #66AAF0. Grayscale: #616161. Windows color (decimal): -6728433 or 1004953. OLE color: 1004953.

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

Color convert

RGB 153 85 15 -
CMYK 0 0.44 0.90 0.4
HSL 30.43º 0.82% 0.33% -
HSV(B) 30.43º 0.9% 0.6% -
XYZ 16.47 13.3 2.15 -
YUV 97.35 81.53 167.69 -
System Red Green Blue C M Y K H S L
Decimal 153 85 15 0 0.44 0.90 0.4 30.43 0.82 0.33
Hex 99 55 F 0 2C 5A 28 1E 52 21
Octal 231 125 17 0 54 132 50 36 122 41
Binary 10011001 1010101 1111 0 101100 1011010 101000 11110 1010010 100001

Color Harmonies of #99550F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99550F

Black with #99550F

Text Example


Text Example

White with #99550F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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