Html Css Color HEX #88620D Golden Brown

📋 copy color: '#88620D'

red 136 ◦ green 98 ◦ blue 13

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

Shades of Golden Brown #88620D

Tints of Golden Brown #88620D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 39.68%

 BLUE value IS 13 (5.47% from 255) = 5.26%

R = 55.06%
G = 39.68%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#88620D (or 0x88620D) is known color: Golden Brown. HEX triplet: 88, 62 and 0D. RGB value is (136,98,13). Sum of RGB (Red+Green+Blue) = 136+98+13=247 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.06% from 247); Green value is 98 (38.67% from 255 or 39.68% from 247); Blue value is 13 (5.47% from 255 or 5.26% from 247); Max value from RGB is 136 - color contains mainly: red. Hex color #88620D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #88620D is #779DF2. Grayscale: #646464. Windows color (decimal): -7839219 or 877192. OLE color: 877192.

HSL color Cylindrical-coordinate representation of color #88620D: hue angle of 41.46º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #88620D is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 98 13 -
CMYK 0 0.28 0.90 0.47
HSL 41.46º 0.83% 0.29% -
HSV(B) 41.46º 0.9% 0.53% -
XYZ 14.59 14 2.31 -
YUV 99.67 79.09 153.91 -
System Red Green Blue C M Y K H S L
Decimal 136 98 13 0 0.28 0.90 0.47 41.46 0.83 0.29
Hex 88 62 D 0 1C 5A 2F 29 53 1D
Octal 210 142 15 0 34 132 57 51 123 35
Binary 10001000 1100010 1101 0 11100 1011010 101111 101001 1010011 11101

Color Harmonies of #88620D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88620D

Black with #88620D

Text Example


Text Example

White with #88620D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88620D; }

 p { color: rgb(136,98,13); }

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

background-color css

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

 a { background-color: rgb(136,98,13); }

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

border-color css

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

 span { border-color: rgb(136,98,13); }

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