Html Css Color HEX #745102 Raw Umber

📋 copy color: '#745102'

red 116 ◦ green 81 ◦ blue 2

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

Shades of Raw Umber #745102

Tints of Raw Umber #745102

RGB

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

 GREEN value IS 81 (32.03% from 255) = 40.7%

 BLUE value IS 2 (1.17% from 255) = 1.01%

R = 58.29%
G = 40.7%
B = 1.01%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#745102 (or 0x745102) is known color: Raw Umber. HEX triplet: 74, 51 and 02. RGB value is (116,81,2). Sum of RGB (Red+Green+Blue) = 116+81+2=199 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.29% from 199); Green value is 81 (32.03% from 255 or 40.70% from 199); Blue value is 2 (1.17% from 255 or 1.01% from 199); Max value from RGB is 116 - color contains mainly: red. Hex color #745102 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745102 is #8BAEFD. Grayscale: #525252. Windows color (decimal): -9154302 or 151924. OLE color: 151924.

HSL color Cylindrical-coordinate representation of color #745102: hue angle of 41.58º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #745102 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 81 2 -
CMYK 0 0.30 0.98 0.55
HSL 41.58º 0.97% 0.23% -
HSV(B) 41.58º 0.98% 0.45% -
XYZ 10.16 9.6 1.38 -
YUV 82.46 82.6 151.92 -
System Red Green Blue C M Y K H S L
Decimal 116 81 2 0 0.30 0.98 0.55 41.58 0.97 0.23
Hex 74 51 2 0 1E 62 37 2A 61 17
Octal 164 121 2 0 36 142 67 52 141 27
Binary 1110100 1010001 10 0 11110 1100010 110111 101010 1100001 10111

Color Harmonies of #745102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745102

Black with #745102

Text Example


Text Example

White with #745102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745102; }

 p { color: rgb(116,81,2); }

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

background-color css

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

 a { background-color: rgb(116,81,2); }

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

border-color css

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

 span { border-color: rgb(116,81,2); }

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