Html Css Color HEX #885C0D Golden Brown

📋 copy color: '#885C0D'

red 136 ◦ green 92 ◦ blue 13

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

Shades of Golden Brown #885C0D

Tints of Golden Brown #885C0D

RGB

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

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

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

R = 56.43%
G = 38.17%
B = 5.39%

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

#885C0D (or 0x885C0D) is known color: Golden Brown. HEX triplet: 88, 5C and 0D. RGB value is (136,92,13). Sum of RGB (Red+Green+Blue) = 136+92+13=241 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.43% from 241); Green value is 92 (36.33% from 255 or 38.17% from 241); Blue value is 13 (5.47% from 255 or 5.39% from 241); Max value from RGB is 136 - color contains mainly: red. Hex color #885C0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885C0D is #77A3F2. Grayscale: #606060. Windows color (decimal): -7840755 or 875656. OLE color: 875656.

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

Color convert

RGB 136 92 13 -
CMYK 0 0.32 0.90 0.47
HSL 38.54º 0.83% 0.29% -
HSV(B) 38.54º 0.9% 0.53% -
XYZ 14.05 12.92 2.13 -
YUV 96.15 81.08 156.42 -
System Red Green Blue C M Y K H S L
Decimal 136 92 13 0 0.32 0.90 0.47 38.54 0.83 0.29
Hex 88 5C D 0 20 5A 2F 27 53 1D
Octal 210 134 15 0 40 132 57 47 123 35
Binary 10001000 1011100 1101 0 100000 1011010 101111 100111 1010011 11101

Color Harmonies of #885C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885C0D

Black with #885C0D

Text Example


Text Example

White with #885C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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