Html Css Color HEX #745612 Raw Umber

📋 copy color: '#745612'

red 116 ◦ green 86 ◦ blue 18

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

Shades of Raw Umber #745612

Tints of Raw Umber #745612

RGB

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

 GREEN value IS 86 (33.98% from 255) = 39.09%

 BLUE value IS 18 (7.42% from 255) = 8.18%

R = 52.73%
G = 39.09%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#745612 (or 0x745612) is known color: Raw Umber. HEX triplet: 74, 56 and 12. RGB value is (116,86,18). Sum of RGB (Red+Green+Blue) = 116+86+18=220 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.73% from 220); Green value is 86 (33.98% from 255 or 39.09% from 220); Blue value is 18 (7.42% from 255 or 8.18% from 220); Max value from RGB is 116 - color contains mainly: red. Hex color #745612 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745612 is #8BA9ED. Grayscale: #575757. Windows color (decimal): -9153006 or 1201780. OLE color: 1201780.

HSL color Cylindrical-coordinate representation of color #745612: hue angle of 41.63º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #745612 is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 86 18 -
CMYK 0 0.26 0.84 0.55
HSL 41.63º 0.73% 0.26% -
HSV(B) 41.63º 0.84% 0.45% -
XYZ 10.64 10.41 2.02 -
YUV 87.22 88.94 148.53 -
System Red Green Blue C M Y K H S L
Decimal 116 86 18 0 0.26 0.84 0.55 41.63 0.73 0.26
Hex 74 56 12 0 1A 54 37 2A 49 1A
Octal 164 126 22 0 32 124 67 52 111 32
Binary 1110100 1010110 10010 0 11010 1010100 110111 101010 1001001 11010

Color Harmonies of #745612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745612

Black with #745612

Text Example


Text Example

White with #745612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745612; }

 p { color: rgb(116,86,18); }

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

background-color css

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

 a { background-color: rgb(116,86,18); }

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

border-color css

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

 span { border-color: rgb(116,86,18); }

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