Html Css Color HEX #88650D Golden Brown

📋 copy color: '#88650D'

red 136 ◦ green 101 ◦ blue 13

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

Shades of Golden Brown #88650D

Tints of Golden Brown #88650D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 40.4%

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

R = 54.4%
G = 40.4%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#88650D (or 0x88650D) is known color: Golden Brown. HEX triplet: 88, 65 and 0D. RGB value is (136,101,13). Sum of RGB (Red+Green+Blue) = 136+101+13=250 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.4% from 250); Green value is 101 (39.84% from 255 or 40.4% from 250); Blue value is 13 (5.47% from 255 or 5.2% from 250); Max value from RGB is 136 - color contains mainly: red. Hex color #88650D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #88650D is #779AF2. Grayscale: #656565. Windows color (decimal): -7838451 or 877960. OLE color: 877960.

HSL color Cylindrical-coordinate representation of color #88650D: hue angle of 42.93º 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 #88650D is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 101 13 -
CMYK 0 0.26 0.90 0.47
HSL 42.93º 0.83% 0.29% -
HSV(B) 42.93º 0.9% 0.53% -
XYZ 14.88 14.57 2.41 -
YUV 101.43 78.1 152.66 -
System Red Green Blue C M Y K H S L
Decimal 136 101 13 0 0.26 0.90 0.47 42.93 0.83 0.29
Hex 88 65 D 0 1A 5A 2F 2B 53 1D
Octal 210 145 15 0 32 132 57 53 123 35
Binary 10001000 1100101 1101 0 11010 1011010 101111 101011 1010011 11101

Color Harmonies of #88650D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88650D

Black with #88650D

Text Example


Text Example

White with #88650D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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