Html Css Color HEX #754605 Raw Umber

📋 copy color: '#754605'

red 117 ◦ green 70 ◦ blue 5

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

Shades of Raw Umber #754605

Tints of Raw Umber #754605

RGB

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

 GREEN value IS 70 (27.73% from 255) = 36.46%

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

R = 60.94%
G = 36.46%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#754605 (or 0x754605) is known color: Raw Umber. HEX triplet: 75, 46 and 05. RGB value is (117,70,5). Sum of RGB (Red+Green+Blue) = 117+70+5=192 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.94% from 192); Green value is 70 (27.73% from 255 or 36.46% from 192); Blue value is 5 (2.34% from 255 or 2.60% from 192); Max value from RGB is 117 - color contains mainly: red. Hex color #754605 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754605 is #8AB9FA. Grayscale: #4C4C4C. Windows color (decimal): -9091579 or 345717. OLE color: 345717.

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

Color convert

RGB 117 70 5 -
CMYK 0 0.40 0.96 0.54
HSL 34.82º 0.92% 0.24% -
HSV(B) 34.82º 0.96% 0.46% -
XYZ 9.55 8.17 1.22 -
YUV 76.64 87.57 156.79 -
System Red Green Blue C M Y K H S L
Decimal 117 70 5 0 0.40 0.96 0.54 34.82 0.92 0.24
Hex 75 46 5 0 28 60 36 23 5C 18
Octal 165 106 5 0 50 140 66 43 134 30
Binary 1110101 1000110 101 0 101000 1100000 110110 100011 1011100 11000

Color Harmonies of #754605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754605

Black with #754605

Text Example


Text Example

White with #754605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754605; }

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

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

background-color css

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

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

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

border-color css

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

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

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