Html Css Color HEX #886310 Golden Brown

📋 copy color: '#886310'

red 136 ◦ green 99 ◦ blue 16

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

Shades of Golden Brown #886310

Tints of Golden Brown #886310

RGB

 RED value IS 136 (53.52% from 255) = 54.18%

 GREEN value IS 99 (39.06% from 255) = 39.44%

 BLUE value IS 16 (6.64% from 255) = 6.37%

R = 54.18%
G = 39.44%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#886310 (or 0x886310) is known color: Golden Brown. HEX triplet: 88, 63 and 10. RGB value is (136,99,16). Sum of RGB (Red+Green+Blue) = 136+99+16=251 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.18% from 251); Green value is 99 (39.06% from 255 or 39.44% from 251); Blue value is 16 (6.64% from 255 or 6.37% from 251); Max value from RGB is 136 - color contains mainly: red. Hex color #886310 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886310 is #779CEF. Grayscale: #646464. Windows color (decimal): -7838960 or 1074056. OLE color: 1074056.

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

Color convert

RGB 136 99 16 -
CMYK 0 0.27 0.88 0.47
HSL 41.5º 0.79% 0.3% -
HSV(B) 41.5º 0.88% 0.53% -
XYZ 14.71 14.2 2.45 -
YUV 100.6 80.26 153.25 -
System Red Green Blue C M Y K H S L
Decimal 136 99 16 0 0.27 0.88 0.47 41.5 0.79 0.3
Hex 88 63 10 0 1B 58 2F 2A 4F 1E
Octal 210 143 20 0 33 130 57 52 117 36
Binary 10001000 1100011 10000 0 11011 1011000 101111 101010 1001111 11110

Color Harmonies of #886310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886310

Black with #886310

Text Example


Text Example

White with #886310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886310; }

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

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

background-color css

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

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

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

border-color css

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

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

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