Html Css Color HEX #745309 Raw Umber

📋 copy color: '#745309'

red 116 ◦ green 83 ◦ blue 9

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

Shades of Raw Umber #745309

Tints of Raw Umber #745309

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.33%

R = 55.77%
G = 39.9%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.92

 K value IS 0.55

RGB Variations

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

Color information

#745309 (or 0x745309) is known color: Raw Umber. HEX triplet: 74, 53 and 09. RGB value is (116,83,9). Sum of RGB (Red+Green+Blue) = 116+83+9=208 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.77% from 208); Green value is 83 (32.81% from 255 or 39.90% from 208); Blue value is 9 (3.91% from 255 or 4.33% from 208); Max value from RGB is 116 - color contains mainly: red. Hex color #745309 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745309 is #8BACF6. Grayscale: #545454. Windows color (decimal): -9153783 or 611188. OLE color: 611188.

HSL color Cylindrical-coordinate representation of color #745309: hue angle of 41.5º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #745309 is Cyan = 0, Magento = 0.28, Yellow = 0.92 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 83 9 -
CMYK 0 0.28 0.92 0.55
HSL 41.5º 0.86% 0.25% -
HSV(B) 41.5º 0.92% 0.45% -
XYZ 10.35 9.92 1.63 -
YUV 84.43 85.43 150.52 -
System Red Green Blue C M Y K H S L
Decimal 116 83 9 0 0.28 0.92 0.55 41.5 0.86 0.25
Hex 74 53 9 0 1C 5C 37 29 56 19
Octal 164 123 11 0 34 134 67 51 126 31
Binary 1110100 1010011 1001 0 11100 1011100 110111 101001 1010110 11001

Color Harmonies of #745309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745309

Black with #745309

Text Example


Text Example

White with #745309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745309; }

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

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

background-color css

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

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

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

border-color css

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

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

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