Html Css Color HEX #765514 Raw Umber

📋 copy color: '#765514'

red 118 ◦ green 85 ◦ blue 20

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

Shades of Raw Umber #765514

Tints of Raw Umber #765514

RGB

 RED value IS 118 (46.48% from 255) = 52.91%

 GREEN value IS 85 (33.59% from 255) = 38.12%

 BLUE value IS 20 (8.2% from 255) = 8.97%

R = 52.91%
G = 38.12%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#765514 (or 0x765514) is known color: Raw Umber. HEX triplet: 76, 55 and 14. RGB value is (118,85,20). Sum of RGB (Red+Green+Blue) = 118+85+20=223 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.91% from 223); Green value is 85 (33.59% from 255 or 38.12% from 223); Blue value is 20 (8.20% from 255 or 8.97% from 223); Max value from RGB is 118 - color contains mainly: red. Hex color #765514 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765514 is #89AAEB. Grayscale: #575757. Windows color (decimal): -9022188 or 1332598. OLE color: 1332598.

HSL color Cylindrical-coordinate representation of color #765514: hue angle of 39.8º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #765514 is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 85 20 -
CMYK 0 0.28 0.83 0.54
HSL 39.8º 0.71% 0.27% -
HSV(B) 39.8º 0.83% 0.46% -
XYZ 10.85 10.4 2.1 -
YUV 87.46 89.93 149.79 -
System Red Green Blue C M Y K H S L
Decimal 118 85 20 0 0.28 0.83 0.54 39.8 0.71 0.27
Hex 76 55 14 0 1C 53 36 28 47 1B
Octal 166 125 24 0 34 123 66 50 107 33
Binary 1110110 1010101 10100 0 11100 1010011 110110 101000 1000111 11011

Color Harmonies of #765514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765514

Black with #765514

Text Example


Text Example

White with #765514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765514; }

 p { color: rgb(118,85,20); }

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

background-color css

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

 a { background-color: rgb(118,85,20); }

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

border-color css

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

 span { border-color: rgb(118,85,20); }

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