Html Css Color HEX #754214 Raw Umber

📋 copy color: '#754214'

red 117 ◦ green 66 ◦ blue 20

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

Shades of Raw Umber #754214

Tints of Raw Umber #754214

RGB

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

 GREEN value IS 66 (26.17% from 255) = 32.51%

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

R = 57.64%
G = 32.51%
B = 9.85%

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

#754214 (or 0x754214) is known color: Raw Umber. HEX triplet: 75, 42 and 14. RGB value is (117,66,20). Sum of RGB (Red+Green+Blue) = 117+66+20=203 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.64% from 203); Green value is 66 (26.17% from 255 or 32.51% from 203); Blue value is 20 (8.20% from 255 or 9.85% from 203); Max value from RGB is 117 - color contains mainly: red. Hex color #754214 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754214 is #8ABDEB. Grayscale: #4C4C4C. Windows color (decimal): -9092588 or 1327733. OLE color: 1327733.

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

Color convert

RGB 117 66 20 -
CMYK 0 0.44 0.83 0.54
HSL 28.45º 0.71% 0.27% -
HSV(B) 28.45º 0.83% 0.46% -
XYZ 9.41 7.73 1.66 -
YUV 76.01 96.4 157.24 -
System Red Green Blue C M Y K H S L
Decimal 117 66 20 0 0.44 0.83 0.54 28.45 0.71 0.27
Hex 75 42 14 0 2C 53 36 1C 47 1B
Octal 165 102 24 0 54 123 66 34 107 33
Binary 1110101 1000010 10100 0 101100 1010011 110110 11100 1000111 11011

Color Harmonies of #754214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754214

Black with #754214

Text Example


Text Example

White with #754214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754214; }

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

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

background-color css

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

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

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

border-color css

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

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

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