Html Css Color HEX #745207 Raw Umber

📋 copy color: '#745207'

red 116 ◦ green 82 ◦ blue 7

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

Shades of Raw Umber #745207

Tints of Raw Umber #745207

RGB

 RED value IS 116 (45.7% from 255) = 56.59%

 GREEN value IS 82 (32.42% from 255) = 40%

 BLUE value IS 7 (3.13% from 255) = 3.41%

R = 56.59%
G = 40%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.94

 K value IS 0.55

RGB Variations

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

Color information

#745207 (or 0x745207) is known color: Raw Umber. HEX triplet: 74, 52 and 07. RGB value is (116,82,7). Sum of RGB (Red+Green+Blue) = 116+82+7=205 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.59% from 205); Green value is 82 (32.42% from 255 or 40% from 205); Blue value is 7 (3.12% from 255 or 3.41% from 205); Max value from RGB is 116 - color contains mainly: red. Hex color #745207 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745207 is #8BADF8. Grayscale: #535353. Windows color (decimal): -9154041 or 479860. OLE color: 479860.

HSL color Cylindrical-coordinate representation of color #745207: hue angle of 41.28º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #745207 is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 82 7 -
CMYK 0 0.29 0.94 0.55
HSL 41.28º 0.89% 0.24% -
HSV(B) 41.28º 0.94% 0.45% -
XYZ 10.26 9.76 1.54 -
YUV 83.62 84.76 151.1 -
System Red Green Blue C M Y K H S L
Decimal 116 82 7 0 0.29 0.94 0.55 41.28 0.89 0.24
Hex 74 52 7 0 1D 5E 37 29 59 18
Octal 164 122 7 0 35 136 67 51 131 30
Binary 1110100 1010010 111 0 11101 1011110 110111 101001 1011001 11000

Color Harmonies of #745207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745207

Black with #745207

Text Example


Text Example

White with #745207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745207; }

 p { color: rgb(116,82,7); }

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

background-color css

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

 a { background-color: rgb(116,82,7); }

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

border-color css

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

 span { border-color: rgb(116,82,7); }

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