Html Css Color HEX #754205 Raw Umber

📋 copy color: '#754205'

red 117 ◦ green 66 ◦ blue 5

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

Shades of Raw Umber #754205

Tints of Raw Umber #754205

RGB

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

 GREEN value IS 66 (26.17% from 255) = 35.11%

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

R = 62.23%
G = 35.11%
B = 2.66%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#754205 (or 0x754205) is known color: Raw Umber. HEX triplet: 75, 42 and 05. RGB value is (117,66,5). Sum of RGB (Red+Green+Blue) = 117+66+5=188 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.23% from 188); Green value is 66 (26.17% from 255 or 35.11% from 188); Blue value is 5 (2.34% from 255 or 2.66% from 188); Max value from RGB is 117 - color contains mainly: red. Hex color #754205 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754205 is #8ABDFA. Grayscale: #4A4A4A. Windows color (decimal): -9092603 or 344693. OLE color: 344693.

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

Color convert

RGB 117 66 5 -
CMYK 0 0.44 0.96 0.54
HSL 32.68º 0.92% 0.24% -
HSV(B) 32.68º 0.96% 0.46% -
XYZ 9.31 7.69 1.14 -
YUV 74.3 88.9 158.46 -
System Red Green Blue C M Y K H S L
Decimal 117 66 5 0 0.44 0.96 0.54 32.68 0.92 0.24
Hex 75 42 5 0 2C 60 36 21 5C 18
Octal 165 102 5 0 54 140 66 41 134 30
Binary 1110101 1000010 101 0 101100 1100000 110110 100001 1011100 11000

Color Harmonies of #754205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754205

Black with #754205

Text Example


Text Example

White with #754205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754205; }

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

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

background-color css

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

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

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

border-color css

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

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

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