Html Css Color HEX #886300 Golden Brown

📋 copy color: '#886300'

red 136 ◦ green 99 ◦ blue 0

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

Shades of Golden Brown #886300

Tints of Golden Brown #886300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.87%
G = 42.13%
B = 0%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#886300 (or 0x886300) is known color: Golden Brown. HEX triplet: 88, 63 and 00. RGB value is (136,99,0). Sum of RGB (Red+Green+Blue) = 136+99+0=235 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.87% from 235); Green value is 99 (39.06% from 255 or 42.13% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 136 - color contains mainly: red. Hex color #886300 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886300 is #779CFF. Grayscale: #636363. Windows color (decimal): -7838976 or 25480. OLE color: 25480.

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

Color convert

RGB 136 99 0 -
CMYK 0 0.27 1 0.47
HSL 43.68º 1% 0.27% -
HSV(B) 43.68º 1% 0.53% -
XYZ 14.62 14.16 1.96 -
YUV 98.78 72.26 154.55 -
System Red Green Blue C M Y K H S L
Decimal 136 99 0 0 0.27 1 0.47 43.68 1 0.27
Hex 88 63 0 0 1B 64 2F 2C 64 1B
Octal 210 143 0 0 33 144 57 54 144 33
Binary 10001000 1100011 0 0 11011 1100100 101111 101100 1100100 11011

Color Harmonies of #886300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886300

Black with #886300

Text Example


Text Example

White with #886300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886300; }

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

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

background-color css

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

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

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

border-color css

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

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

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