Html Css Color HEX #765213 Raw Umber

📋 copy color: '#765213'

red 118 ◦ green 82 ◦ blue 19

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

Shades of Raw Umber #765213

Tints of Raw Umber #765213

RGB

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

 GREEN value IS 82 (32.42% from 255) = 37.44%

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

R = 53.88%
G = 37.44%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#765213 (or 0x765213) is known color: Raw Umber. HEX triplet: 76, 52 and 13. RGB value is (118,82,19). Sum of RGB (Red+Green+Blue) = 118+82+19=219 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.88% from 219); Green value is 82 (32.42% from 255 or 37.44% from 219); Blue value is 19 (7.81% from 255 or 8.68% from 219); Max value from RGB is 118 - color contains mainly: red. Hex color #765213 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765213 is #89ADEC. Grayscale: #555555. Windows color (decimal): -9022957 or 1266294. OLE color: 1266294.

HSL color Cylindrical-coordinate representation of color #765213: hue angle of 38.18º 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 #765213 is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 82 19 -
CMYK 0 0.31 0.84 0.54
HSL 38.18º 0.72% 0.27% -
HSV(B) 38.18º 0.84% 0.46% -
XYZ 10.61 9.93 1.97 -
YUV 85.58 90.43 151.12 -
System Red Green Blue C M Y K H S L
Decimal 118 82 19 0 0.31 0.84 0.54 38.18 0.72 0.27
Hex 76 52 13 0 1F 54 36 26 48 1B
Octal 166 122 23 0 37 124 66 46 110 33
Binary 1110110 1010010 10011 0 11111 1010100 110110 100110 1001000 11011

Color Harmonies of #765213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765213

Black with #765213

Text Example


Text Example

White with #765213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765213; }

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

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

background-color css

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

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

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

border-color css

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

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

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