Html Css Color HEX #754918 Raw Umber

📋 copy color: '#754918'

red 117 ◦ green 73 ◦ blue 24

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

Shades of Raw Umber #754918

Tints of Raw Umber #754918

RGB

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

 GREEN value IS 73 (28.91% from 255) = 34.11%

 BLUE value IS 24 (9.77% from 255) = 11.21%

R = 54.67%
G = 34.11%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#754918 (or 0x754918) is known color: Raw Umber. HEX triplet: 75, 49 and 18. RGB value is (117,73,24). Sum of RGB (Red+Green+Blue) = 117+73+24=214 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.67% from 214); Green value is 73 (28.91% from 255 or 34.11% from 214); Blue value is 24 (9.77% from 255 or 11.21% from 214); Max value from RGB is 117 - color contains mainly: red. Hex color #754918 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754918 is #8AB6E7. Grayscale: #505050. Windows color (decimal): -9090792 or 1591669. OLE color: 1591669.

HSL color Cylindrical-coordinate representation of color #754918: hue angle of 31.61º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #754918 is Cyan = 0, Magento = 0.38, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 73 24 -
CMYK 0 0.38 0.79 0.54
HSL 31.61º 0.66% 0.28% -
HSV(B) 31.61º 0.79% 0.46% -
XYZ 9.88 8.61 2.01 -
YUV 80.57 96.08 153.98 -
System Red Green Blue C M Y K H S L
Decimal 117 73 24 0 0.38 0.79 0.54 31.61 0.66 0.28
Hex 75 49 18 0 26 4F 36 20 42 1C
Octal 165 111 30 0 46 117 66 40 102 34
Binary 1110101 1001001 11000 0 100110 1001111 110110 100000 1000010 11100

Color Harmonies of #754918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754918

Black with #754918

Text Example


Text Example

White with #754918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754918; }

 p { color: rgb(117,73,24); }

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

background-color css

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

 a { background-color: rgb(117,73,24); }

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

border-color css

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

 span { border-color: rgb(117,73,24); }

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