Html Css Color HEX #754A14 Raw Umber

📋 copy color: '#754A14'

red 117 ◦ green 74 ◦ blue 20

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

Shades of Raw Umber #754A14

Tints of Raw Umber #754A14

RGB

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

 GREEN value IS 74 (29.3% from 255) = 35.07%

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

R = 55.45%
G = 35.07%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#754A14 (or 0x754A14) is known color: Raw Umber. HEX triplet: 75, 4A and 14. RGB value is (117,74,20). Sum of RGB (Red+Green+Blue) = 117+74+20=211 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.45% from 211); Green value is 74 (29.30% from 255 or 35.07% from 211); Blue value is 20 (8.20% from 255 or 9.48% from 211); Max value from RGB is 117 - color contains mainly: red. Hex color #754A14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754A14 is #8AB5EB. Grayscale: #505050. Windows color (decimal): -9090540 or 1329781. OLE color: 1329781.

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

Color convert

RGB 117 74 20 -
CMYK 0 0.37 0.83 0.54
HSL 33.4º 0.71% 0.27% -
HSV(B) 33.4º 0.83% 0.46% -
XYZ 9.91 8.73 1.82 -
YUV 80.7 93.75 153.89 -
System Red Green Blue C M Y K H S L
Decimal 117 74 20 0 0.37 0.83 0.54 33.4 0.71 0.27
Hex 75 4A 14 0 25 53 36 21 47 1B
Octal 165 112 24 0 45 123 66 41 107 33
Binary 1110101 1001010 10100 0 100101 1010011 110110 100001 1000111 11011

Color Harmonies of #754A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754A14

Black with #754A14

Text Example


Text Example

White with #754A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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