Html Css Color HEX #765019 Raw Umber

📋 copy color: '#765019'

red 118 ◦ green 80 ◦ blue 25

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

Shades of Raw Umber #765019

Tints of Raw Umber #765019

RGB

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

 GREEN value IS 80 (31.64% from 255) = 35.87%

 BLUE value IS 25 (10.16% from 255) = 11.21%

R = 52.91%
G = 35.87%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#765019 (or 0x765019) is known color: Raw Umber. HEX triplet: 76, 50 and 19. RGB value is (118,80,25). Sum of RGB (Red+Green+Blue) = 118+80+25=223 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.91% from 223); Green value is 80 (31.64% from 255 or 35.87% from 223); Blue value is 25 (10.16% from 255 or 11.21% from 223); Max value from RGB is 118 - color contains mainly: red. Hex color #765019 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765019 is #89AFE6. Grayscale: #555555. Windows color (decimal): -9023463 or 1658998. OLE color: 1658998.

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

Color convert

RGB 118 80 25 -
CMYK 0 0.32 0.79 0.54
HSL 35.48º 0.65% 0.28% -
HSV(B) 35.48º 0.79% 0.46% -
XYZ 10.52 9.66 2.23 -
YUV 85.09 94.09 151.47 -
System Red Green Blue C M Y K H S L
Decimal 118 80 25 0 0.32 0.79 0.54 35.48 0.65 0.28
Hex 76 50 19 0 20 4F 36 23 41 1C
Octal 166 120 31 0 40 117 66 43 101 34
Binary 1110110 1010000 11001 0 100000 1001111 110110 100011 1000001 11100

Color Harmonies of #765019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765019

Black with #765019

Text Example


Text Example

White with #765019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765019; }

 p { color: rgb(118,80,25); }

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

background-color css

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

 a { background-color: rgb(118,80,25); }

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

border-color css

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

 span { border-color: rgb(118,80,25); }

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