Html Css Color HEX #754314 Raw Umber

📋 copy color: '#754314'

red 117 ◦ green 67 ◦ blue 20

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

Shades of Raw Umber #754314

Tints of Raw Umber #754314

RGB

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

 GREEN value IS 67 (26.56% from 255) = 32.84%

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

R = 57.35%
G = 32.84%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#754314 (or 0x754314) is known color: Raw Umber. HEX triplet: 75, 43 and 14. RGB value is (117,67,20). Sum of RGB (Red+Green+Blue) = 117+67+20=204 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.35% from 204); Green value is 67 (26.56% from 255 or 32.84% from 204); Blue value is 20 (8.20% from 255 or 9.80% from 204); Max value from RGB is 117 - color contains mainly: red. Hex color #754314 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754314 is #8ABCEB. Grayscale: #4C4C4C. Windows color (decimal): -9092332 or 1327989. OLE color: 1327989.

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

Color convert

RGB 117 67 20 -
CMYK 0 0.43 0.83 0.54
HSL 29.07º 0.71% 0.27% -
HSV(B) 29.07º 0.83% 0.46% -
XYZ 9.47 7.85 1.68 -
YUV 76.59 96.07 156.82 -
System Red Green Blue C M Y K H S L
Decimal 117 67 20 0 0.43 0.83 0.54 29.07 0.71 0.27
Hex 75 43 14 0 2B 53 36 1D 47 1B
Octal 165 103 24 0 53 123 66 35 107 33
Binary 1110101 1000011 10100 0 101011 1010011 110110 11101 1000111 11011

Color Harmonies of #754314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754314

Black with #754314

Text Example


Text Example

White with #754314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754314; }

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

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

background-color css

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

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

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

border-color css

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

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

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