Html Css Color HEX #745C07 Raw Umber

📋 copy color: '#745C07'

red 116 ◦ green 92 ◦ blue 7

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

Shades of Raw Umber #745C07

Tints of Raw Umber #745C07

RGB

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

 GREEN value IS 92 (36.33% from 255) = 42.79%

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

R = 53.95%
G = 42.79%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.94

 K value IS 0.55

RGB Variations

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

Color information

#745C07 (or 0x745C07) is known color: Raw Umber. HEX triplet: 74, 5C and 07. RGB value is (116,92,7). Sum of RGB (Red+Green+Blue) = 116+92+7=215 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.95% from 215); Green value is 92 (36.33% from 255 or 42.79% from 215); Blue value is 7 (3.12% from 255 or 3.26% from 215); Max value from RGB is 116 - color contains mainly: red. Hex color #745C07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745C07 is #8BA3F8. Grayscale: #595959. Windows color (decimal): -9151481 or 482420. OLE color: 482420.

HSL color Cylindrical-coordinate representation of color #745C07: hue angle of 46.79º 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 #745C07 is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 92 7 -
CMYK 0 0.21 0.94 0.55
HSL 46.79º 0.89% 0.24% -
HSV(B) 46.79º 0.94% 0.45% -
XYZ 11.07 11.38 1.81 -
YUV 89.49 81.45 146.91 -
System Red Green Blue C M Y K H S L
Decimal 116 92 7 0 0.21 0.94 0.55 46.79 0.89 0.24
Hex 74 5C 7 0 15 5E 37 2F 59 18
Octal 164 134 7 0 25 136 67 57 131 30
Binary 1110100 1011100 111 0 10101 1011110 110111 101111 1011001 11000

Color Harmonies of #745C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745C07

Black with #745C07

Text Example


Text Example

White with #745C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745C07; }

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

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

background-color css

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

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

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

border-color css

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

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

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