Html Css Color HEX #754C05 Raw Umber

📋 copy color: '#754C05'

red 117 ◦ green 76 ◦ blue 5

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

Shades of Raw Umber #754C05

Tints of Raw Umber #754C05

RGB

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

 GREEN value IS 76 (30.08% from 255) = 38.38%

 BLUE value IS 5 (2.34% from 255) = 2.53%

R = 59.09%
G = 38.38%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#754C05 (or 0x754C05) is known color: Raw Umber. HEX triplet: 75, 4C and 05. RGB value is (117,76,5). Sum of RGB (Red+Green+Blue) = 117+76+5=198 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.09% from 198); Green value is 76 (30.08% from 255 or 38.38% from 198); Blue value is 5 (2.34% from 255 or 2.53% from 198); Max value from RGB is 117 - color contains mainly: red. Hex color #754C05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754C05 is #8AB3FA. Grayscale: #505050. Windows color (decimal): -9090043 or 347253. OLE color: 347253.

HSL color Cylindrical-coordinate representation of color #754C05: hue angle of 38.04º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #754C05 is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 76 5 -
CMYK 0 0.35 0.96 0.54
HSL 38.04º 0.92% 0.24% -
HSV(B) 38.04º 0.96% 0.46% -
XYZ 9.95 8.96 1.35 -
YUV 80.17 85.58 154.27 -
System Red Green Blue C M Y K H S L
Decimal 117 76 5 0 0.35 0.96 0.54 38.04 0.92 0.24
Hex 75 4C 5 0 23 60 36 26 5C 18
Octal 165 114 5 0 43 140 66 46 134 30
Binary 1110101 1001100 101 0 100011 1100000 110110 100110 1011100 11000

Color Harmonies of #754C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754C05

Black with #754C05

Text Example


Text Example

White with #754C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,76,5); }

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

background-color css

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

 a { background-color: rgb(117,76,5); }

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

border-color css

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

 span { border-color: rgb(117,76,5); }

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