Html Css Color HEX #754705 Raw Umber

📋 copy color: '#754705'

red 117 ◦ green 71 ◦ blue 5

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

Shades of Raw Umber #754705

Tints of Raw Umber #754705

RGB

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

 GREEN value IS 71 (28.13% from 255) = 36.79%

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

R = 60.62%
G = 36.79%
B = 2.59%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#754705 (or 0x754705) is known color: Raw Umber. HEX triplet: 75, 47 and 05. RGB value is (117,71,5). Sum of RGB (Red+Green+Blue) = 117+71+5=193 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.62% from 193); Green value is 71 (28.12% from 255 or 36.79% from 193); Blue value is 5 (2.34% from 255 or 2.59% from 193); Max value from RGB is 117 - color contains mainly: red. Hex color #754705 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754705 is #8AB8FA. Grayscale: #4D4D4D. Windows color (decimal): -9091323 or 345973. OLE color: 345973.

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

Color convert

RGB 117 71 5 -
CMYK 0 0.39 0.96 0.54
HSL 35.36º 0.92% 0.24% -
HSV(B) 35.36º 0.96% 0.46% -
XYZ 9.62 8.3 1.24 -
YUV 77.23 87.24 156.37 -
System Red Green Blue C M Y K H S L
Decimal 117 71 5 0 0.39 0.96 0.54 35.36 0.92 0.24
Hex 75 47 5 0 27 60 36 23 5C 18
Octal 165 107 5 0 47 140 66 43 134 30
Binary 1110101 1000111 101 0 100111 1100000 110110 100011 1011100 11000

Color Harmonies of #754705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754705

Black with #754705

Text Example


Text Example

White with #754705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754705; }

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

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

background-color css

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

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

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

border-color css

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

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

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