Html Css Color HEX #754A17 Raw Umber

📋 copy color: '#754A17'

red 117 ◦ green 74 ◦ blue 23

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

Shades of Raw Umber #754A17

Tints of Raw Umber #754A17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 10.75%

R = 54.67%
G = 34.58%
B = 10.75%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#754A17 (or 0x754A17) is known color: Raw Umber. HEX triplet: 75, 4A and 17. RGB value is (117,74,23). Sum of RGB (Red+Green+Blue) = 117+74+23=214 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.67% from 214); Green value is 74 (29.30% from 255 or 34.58% from 214); Blue value is 23 (9.38% from 255 or 10.75% from 214); Max value from RGB is 117 - color contains mainly: red. Hex color #754A17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754A17 is #8AB5E8. Grayscale: #515151. Windows color (decimal): -9090537 or 1526389. OLE color: 1526389.

HSL color Cylindrical-coordinate representation of color #754A17: hue angle of 32.55º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #754A17 is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 74 23 -
CMYK 0 0.37 0.80 0.54
HSL 32.55º 0.67% 0.27% -
HSV(B) 32.55º 0.8% 0.46% -
XYZ 9.94 8.74 1.97 -
YUV 81.04 95.25 153.65 -
System Red Green Blue C M Y K H S L
Decimal 117 74 23 0 0.37 0.80 0.54 32.55 0.67 0.27
Hex 75 4A 17 0 25 50 36 21 43 1B
Octal 165 112 27 0 45 120 66 41 103 33
Binary 1110101 1001010 10111 0 100101 1010000 110110 100001 1000011 11011

Color Harmonies of #754A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754A17

Black with #754A17

Text Example


Text Example

White with #754A17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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