Html Css Color HEX #754714 Raw Umber

📋 copy color: '#754714'

red 117 ◦ green 71 ◦ blue 20

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

Shades of Raw Umber #754714

Tints of Raw Umber #754714

RGB

 RED value IS 117 (46.09% from 255) = 56.25%

 GREEN value IS 71 (28.13% from 255) = 34.13%

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

R = 56.25%
G = 34.13%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#754714 (or 0x754714) is known color: Raw Umber. HEX triplet: 75, 47 and 14. RGB value is (117,71,20). Sum of RGB (Red+Green+Blue) = 117+71+20=208 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.25% from 208); Green value is 71 (28.12% from 255 or 34.13% from 208); Blue value is 20 (8.20% from 255 or 9.62% from 208); Max value from RGB is 117 - color contains mainly: red. Hex color #754714 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754714 is #8AB8EB. Grayscale: #4F4F4F. Windows color (decimal): -9091308 or 1329013. OLE color: 1329013.

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

Color convert

RGB 117 71 20 -
CMYK 0 0.39 0.83 0.54
HSL 31.55º 0.71% 0.27% -
HSV(B) 31.55º 0.83% 0.46% -
XYZ 9.72 8.34 1.76 -
YUV 78.94 94.74 155.15 -
System Red Green Blue C M Y K H S L
Decimal 117 71 20 0 0.39 0.83 0.54 31.55 0.71 0.27
Hex 75 47 14 0 27 53 36 20 47 1B
Octal 165 107 24 0 47 123 66 40 107 33
Binary 1110101 1000111 10100 0 100111 1010011 110110 100000 1000111 11011

Color Harmonies of #754714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754714

Black with #754714

Text Example


Text Example

White with #754714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754714; }

 p { color: rgb(117,71,20); }

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

background-color css

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

 a { background-color: rgb(117,71,20); }

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

border-color css

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

 span { border-color: rgb(117,71,20); }

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