Html Css Color HEX #885C0E Golden Brown

📋 copy color: '#885C0E'

red 136 ◦ green 92 ◦ blue 14

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

Shades of Golden Brown #885C0E

Tints of Golden Brown #885C0E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 38.02%

 BLUE value IS 14 (5.86% from 255) = 5.79%

R = 56.2%
G = 38.02%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#885C0E (or 0x885C0E) is known color: Golden Brown. HEX triplet: 88, 5C and 0E. RGB value is (136,92,14). Sum of RGB (Red+Green+Blue) = 136+92+14=242 (32% of max value = 765). Red value is 136 (53.52% from 255 or 56.20% from 242); Green value is 92 (36.33% from 255 or 38.02% from 242); Blue value is 14 (5.86% from 255 or 5.79% from 242); Max value from RGB is 136 - color contains mainly: red. Hex color #885C0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885C0E is #77A3F1. Grayscale: #606060. Windows color (decimal): -7840754 or 941192. OLE color: 941192.

HSL color Cylindrical-coordinate representation of color #885C0E: hue angle of 38.36º degrees, saturation: 0.81, 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 #885C0E is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 92 14 -
CMYK 0 0.32 0.90 0.47
HSL 38.36º 0.81% 0.29% -
HSV(B) 38.36º 0.9% 0.53% -
XYZ 14.06 12.92 2.17 -
YUV 96.26 81.58 156.34 -
System Red Green Blue C M Y K H S L
Decimal 136 92 14 0 0.32 0.90 0.47 38.36 0.81 0.29
Hex 88 5C E 0 20 5A 2F 26 51 1D
Octal 210 134 16 0 40 132 57 46 121 35
Binary 10001000 1011100 1110 0 100000 1011010 101111 100110 1010001 11101

Color Harmonies of #885C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885C0E

Black with #885C0E

Text Example


Text Example

White with #885C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885C0E; }

 p { color: rgb(136,92,14); }

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

background-color css

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

 a { background-color: rgb(136,92,14); }

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

border-color css

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

 span { border-color: rgb(136,92,14); }

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