Html Css Color HEX #745307 Raw Umber

📋 copy color: '#745307'

red 116 ◦ green 83 ◦ blue 7

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

Shades of Raw Umber #745307

Tints of Raw Umber #745307

RGB

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

 GREEN value IS 83 (32.81% from 255) = 40.29%

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

R = 56.31%
G = 40.29%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.94

 K value IS 0.55

RGB Variations

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

Color information

#745307 (or 0x745307) is known color: Raw Umber. HEX triplet: 74, 53 and 07. RGB value is (116,83,7). Sum of RGB (Red+Green+Blue) = 116+83+7=206 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.31% from 206); Green value is 83 (32.81% from 255 or 40.29% from 206); Blue value is 7 (3.12% from 255 or 3.40% from 206); Max value from RGB is 116 - color contains mainly: red. Hex color #745307 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745307 is #8BACF8. Grayscale: #545454. Windows color (decimal): -9153785 or 480116. OLE color: 480116.

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

Color convert

RGB 116 83 7 -
CMYK 0 0.28 0.94 0.55
HSL 41.83º 0.89% 0.24% -
HSV(B) 41.83º 0.94% 0.45% -
XYZ 10.33 9.91 1.57 -
YUV 84.2 84.43 150.68 -
System Red Green Blue C M Y K H S L
Decimal 116 83 7 0 0.28 0.94 0.55 41.83 0.89 0.24
Hex 74 53 7 0 1C 5E 37 2A 59 18
Octal 164 123 7 0 34 136 67 52 131 30
Binary 1110100 1010011 111 0 11100 1011110 110111 101010 1011001 11000

Color Harmonies of #745307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745307

Black with #745307

Text Example


Text Example

White with #745307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745307; }

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

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

background-color css

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

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

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

border-color css

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

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

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