Html Css Color HEX #745712 Raw Umber

📋 copy color: '#745712'

red 116 ◦ green 87 ◦ blue 18

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

Shades of Raw Umber #745712

Tints of Raw Umber #745712

RGB

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

 GREEN value IS 87 (34.38% from 255) = 39.37%

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

R = 52.49%
G = 39.37%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#745712 (or 0x745712) is known color: Raw Umber. HEX triplet: 74, 57 and 12. RGB value is (116,87,18). Sum of RGB (Red+Green+Blue) = 116+87+18=221 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.49% from 221); Green value is 87 (34.38% from 255 or 39.37% from 221); Blue value is 18 (7.42% from 255 or 8.14% from 221); Max value from RGB is 116 - color contains mainly: red. Hex color #745712 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745712 is #8BA8ED. Grayscale: #585858. Windows color (decimal): -9152750 or 1202036. OLE color: 1202036.

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

Color convert

RGB 116 87 18 -
CMYK 0 0.25 0.84 0.55
HSL 42.24º 0.73% 0.26% -
HSV(B) 42.24º 0.84% 0.45% -
XYZ 10.72 10.57 2.05 -
YUV 87.81 88.61 148.11 -
System Red Green Blue C M Y K H S L
Decimal 116 87 18 0 0.25 0.84 0.55 42.24 0.73 0.26
Hex 74 57 12 0 19 54 37 2A 49 1A
Octal 164 127 22 0 31 124 67 52 111 32
Binary 1110100 1010111 10010 0 11001 1010100 110111 101010 1001001 11010

Color Harmonies of #745712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745712

Black with #745712

Text Example


Text Example

White with #745712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745712; }

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

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

background-color css

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

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

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

border-color css

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

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

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