#88630F

Color #88630F Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #88630F

Tints of Golden Brown #88630F

Color information

#88630F (or 0x88630F) is unknown color: approx Golden Brown. HEX triplet: 88, 63 and 0F. RGB value is (136,99,15). Sum of RGB (Red+Green+Blue) = 136+99+15=250 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.4% from 250); Green value is 99 (39.06% from 255 or 39.6% from 250); Blue value is 15 (6.25% from 255 or 6% from 250); Max value from RGB is 136 - color contains mainly: red. Hex color #88630F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #88630F is #779CF0. Grayscale: #646464. Windows color (decimal): -7838961 or 1008520. OLE color: 1008520.

HSL color Cylindrical-coordinate representation of color #88630F: hue angle of 41.65º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #88630F is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB1369915-
CMYK00.270.890.47
HSL41.65º80.13%29.61%-
HSV(B)41.65º88.97%53.33%-
XYZ14.714.192.42-
YUV100.4979.76153.33-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 54.4%
GREEN value IS 99 (39.06% from 255) = 39.6%
BLUE value IS 15 (6.25% from 255) = 6%
R=54.4%
G=39.6%
B=6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136991500.270.890.4741.6580.1329.61
Hex8863F01B592F2a501e
Octal21014317033131575212036
Binary10001000110001111110110111011001101111101010101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88630F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,99,15); }

 H1.HeaderClassName
 {
   color: #88630F;
 }
 .AnyTagClassName
 {
   color: #88630F;
 }
</style>
background-color css

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

 a { background-color: rgb(136,99,15); }

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

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

 span { border-color: rgb(136,99,15); }

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