Html Css Color HEX #765413 Raw Umber

📋 copy color: '#765413'

red 118 ◦ green 84 ◦ blue 19

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

Shades of Raw Umber #765413

Tints of Raw Umber #765413

RGB

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

 GREEN value IS 84 (33.2% from 255) = 38.01%

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

R = 53.39%
G = 38.01%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#765413 (or 0x765413) is known color: Raw Umber. HEX triplet: 76, 54 and 13. RGB value is (118,84,19). Sum of RGB (Red+Green+Blue) = 118+84+19=221 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.39% from 221); Green value is 84 (33.20% from 255 or 38.01% from 221); Blue value is 19 (7.81% from 255 or 8.60% from 221); Max value from RGB is 118 - color contains mainly: red. Hex color #765413 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765413 is #89ABEC. Grayscale: #575757. Windows color (decimal): -9022445 or 1266806. OLE color: 1266806.

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

Color convert

RGB 118 84 19 -
CMYK 0 0.29 0.84 0.54
HSL 39.39º 0.72% 0.27% -
HSV(B) 39.39º 0.84% 0.46% -
XYZ 10.76 10.24 2.03 -
YUV 86.76 89.76 150.29 -
System Red Green Blue C M Y K H S L
Decimal 118 84 19 0 0.29 0.84 0.54 39.39 0.72 0.27
Hex 76 54 13 0 1D 54 36 27 48 1B
Octal 166 124 23 0 35 124 66 47 110 33
Binary 1110110 1010100 10011 0 11101 1010100 110110 100111 1001000 11011

Color Harmonies of #765413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765413

Black with #765413

Text Example


Text Example

White with #765413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765413; }

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

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

background-color css

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

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

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

border-color css

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

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

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