Html Css Color HEX #756820 Olivetone

📋 copy color: '#756820'

red 117 ◦ green 104 ◦ blue 32

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

Shades of Olivetone #756820

Tints of Olivetone #756820

RGB

 RED value IS 117 (46.09% from 255) = 46.25%

 GREEN value IS 104 (41.02% from 255) = 41.11%

 BLUE value IS 32 (12.89% from 255) = 12.65%

R = 46.25%
G = 41.11%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#756820 (or 0x756820) is known color: Olivetone. HEX triplet: 75, 68 and 20. RGB value is (117,104,32). Sum of RGB (Red+Green+Blue) = 117+104+32=253 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.25% from 253); Green value is 104 (41.02% from 255 or 41.11% from 253); Blue value is 32 (12.89% from 255 or 12.65% from 253); Max value from RGB is 117 - color contains mainly: red. Hex color #756820 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756820 is #8A97DF. Grayscale: #636363. Windows color (decimal): -9082848 or 2123893. OLE color: 2123893.

HSL color Cylindrical-coordinate representation of color #756820: hue angle of 50.82º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #756820 is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 104 32 -
CMYK 0 0.11 0.73 0.54
HSL 50.82º 0.57% 0.29% -
HSV(B) 50.82º 0.73% 0.46% -
XYZ 12.55 13.79 3.37 -
YUV 99.68 89.81 140.35 -
System Red Green Blue C M Y K H S L
Decimal 117 104 32 0 0.11 0.73 0.54 50.82 0.57 0.29
Hex 75 68 20 0 B 49 36 33 39 1D
Octal 165 150 40 0 13 111 66 63 71 35
Binary 1110101 1101000 100000 0 1011 1001001 110110 110011 111001 11101

Color Harmonies of #756820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756820

Black with #756820

Text Example


Text Example

White with #756820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756820; }

 p { color: rgb(117,104,32); }

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

background-color css

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

 a { background-color: rgb(117,104,32); }

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

border-color css

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

 span { border-color: rgb(117,104,32); }

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