Html Css Color HEX #886302 Golden Brown

📋 copy color: '#886302'

red 136 ◦ green 99 ◦ blue 2

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

Shades of Golden Brown #886302

Tints of Golden Brown #886302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.84%

R = 57.38%
G = 41.77%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#886302 (or 0x886302) is known color: Golden Brown. HEX triplet: 88, 63 and 02. RGB value is (136,99,2). Sum of RGB (Red+Green+Blue) = 136+99+2=237 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.38% from 237); Green value is 99 (39.06% from 255 or 41.77% from 237); Blue value is 2 (1.17% from 255 or 0.84% from 237); Max value from RGB is 136 - color contains mainly: red. Hex color #886302 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886302 is #779CFD. Grayscale: #636363. Windows color (decimal): -7838974 or 156552. OLE color: 156552.

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

Color convert

RGB 136 99 2 -
CMYK 0 0.27 0.99 0.47
HSL 43.43º 0.97% 0.27% -
HSV(B) 43.43º 0.99% 0.53% -
XYZ 14.63 14.16 2.02 -
YUV 99.01 73.26 154.39 -
System Red Green Blue C M Y K H S L
Decimal 136 99 2 0 0.27 0.99 0.47 43.43 0.97 0.27
Hex 88 63 2 0 1B 63 2F 2B 61 1B
Octal 210 143 2 0 33 143 57 53 141 33
Binary 10001000 1100011 10 0 11011 1100011 101111 101011 1100001 11011

Color Harmonies of #886302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886302

Black with #886302

Text Example


Text Example

White with #886302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886302; }

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

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

background-color css

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

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

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

border-color css

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

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

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