Html Css Color HEX #754114 Raw Umber

📋 copy color: '#754114'

red 117 ◦ green 65 ◦ blue 20

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

Shades of Raw Umber #754114

Tints of Raw Umber #754114

RGB

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

 GREEN value IS 65 (25.78% from 255) = 32.18%

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

R = 57.92%
G = 32.18%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#754114 (or 0x754114) is known color: Raw Umber. HEX triplet: 75, 41 and 14. RGB value is (117,65,20). Sum of RGB (Red+Green+Blue) = 117+65+20=202 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.92% from 202); Green value is 65 (25.78% from 255 or 32.18% from 202); Blue value is 20 (8.20% from 255 or 9.90% from 202); Max value from RGB is 117 - color contains mainly: red. Hex color #754114 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754114 is #8ABEEB. Grayscale: #4B4B4B. Windows color (decimal): -9092844 or 1327477. OLE color: 1327477.

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

Color convert

RGB 117 65 20 -
CMYK 0 0.44 0.83 0.54
HSL 27.84º 0.71% 0.27% -
HSV(B) 27.84º 0.83% 0.46% -
XYZ 9.35 7.61 1.64 -
YUV 75.42 96.73 157.66 -
System Red Green Blue C M Y K H S L
Decimal 117 65 20 0 0.44 0.83 0.54 27.84 0.71 0.27
Hex 75 41 14 0 2C 53 36 1C 47 1B
Octal 165 101 24 0 54 123 66 34 107 33
Binary 1110101 1000001 10100 0 101100 1010011 110110 11100 1000111 11011

Color Harmonies of #754114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754114

Black with #754114

Text Example


Text Example

White with #754114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754114; }

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

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

background-color css

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

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

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

border-color css

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

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

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