Html Css Color HEX #765513 Raw Umber

📋 copy color: '#765513'

red 118 ◦ green 85 ◦ blue 19

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

Shades of Raw Umber #765513

Tints of Raw Umber #765513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.56%

R = 53.15%
G = 38.29%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#765513 (or 0x765513) is known color: Raw Umber. HEX triplet: 76, 55 and 13. RGB value is (118,85,19). Sum of RGB (Red+Green+Blue) = 118+85+19=222 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.15% from 222); Green value is 85 (33.59% from 255 or 38.29% from 222); Blue value is 19 (7.81% from 255 or 8.56% from 222); Max value from RGB is 118 - color contains mainly: red. Hex color #765513 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765513 is #89AAEC. Grayscale: #575757. Windows color (decimal): -9022189 or 1267062. OLE color: 1267062.

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

Color convert

RGB 118 85 19 -
CMYK 0 0.28 0.84 0.54
HSL 40º 0.72% 0.27% -
HSV(B) 40º 0.84% 0.46% -
XYZ 10.84 10.4 2.05 -
YUV 87.34 89.43 149.87 -
System Red Green Blue C M Y K H S L
Decimal 118 85 19 0 0.28 0.84 0.54 40 0.72 0.27
Hex 76 55 13 0 1C 54 36 28 48 1B
Octal 166 125 23 0 34 124 66 50 110 33
Binary 1110110 1010101 10011 0 11100 1010100 110110 101000 1001000 11011

Color Harmonies of #765513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765513

Black with #765513

Text Example


Text Example

White with #765513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765513; }

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

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

background-color css

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

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

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

border-color css

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

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

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