Html Css Color HEX #765314 Raw Umber

📋 copy color: '#765314'

red 118 ◦ green 83 ◦ blue 20

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

Shades of Raw Umber #765314

Tints of Raw Umber #765314

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.56%

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

R = 53.39%
G = 37.56%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#765314 (or 0x765314) is known color: Raw Umber. HEX triplet: 76, 53 and 14. RGB value is (118,83,20). Sum of RGB (Red+Green+Blue) = 118+83+20=221 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.39% from 221); Green value is 83 (32.81% from 255 or 37.56% from 221); Blue value is 20 (8.20% from 255 or 9.05% from 221); Max value from RGB is 118 - color contains mainly: red. Hex color #765314 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765314 is #89ACEB. Grayscale: #565656. Windows color (decimal): -9022700 or 1332086. OLE color: 1332086.

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

Color convert

RGB 118 83 20 -
CMYK 0 0.30 0.83 0.54
HSL 38.57º 0.71% 0.27% -
HSV(B) 38.57º 0.83% 0.46% -
XYZ 10.69 10.09 2.05 -
YUV 86.28 90.6 150.62 -
System Red Green Blue C M Y K H S L
Decimal 118 83 20 0 0.30 0.83 0.54 38.57 0.71 0.27
Hex 76 53 14 0 1E 53 36 27 47 1B
Octal 166 123 24 0 36 123 66 47 107 33
Binary 1110110 1010011 10100 0 11110 1010011 110110 100111 1000111 11011

Color Harmonies of #765314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765314

Black with #765314

Text Example


Text Example

White with #765314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765314; }

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

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

background-color css

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

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

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

border-color css

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

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

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