Html Css Color HEX #745402 Raw Umber

📋 copy color: '#745402'

red 116 ◦ green 84 ◦ blue 2

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

Shades of Raw Umber #745402

Tints of Raw Umber #745402

RGB

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

 GREEN value IS 84 (33.2% from 255) = 41.58%

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

R = 57.43%
G = 41.58%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#745402 (or 0x745402) is known color: Raw Umber. HEX triplet: 74, 54 and 02. RGB value is (116,84,2). Sum of RGB (Red+Green+Blue) = 116+84+2=202 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.43% from 202); Green value is 84 (33.20% from 255 or 41.58% from 202); Blue value is 2 (1.17% from 255 or 0.99% from 202); Max value from RGB is 116 - color contains mainly: red. Hex color #745402 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745402 is #8BABFD. Grayscale: #545454. Windows color (decimal): -9153534 or 152692. OLE color: 152692.

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

Color convert

RGB 116 84 2 -
CMYK 0 0.28 0.98 0.55
HSL 43.16º 0.97% 0.23% -
HSV(B) 43.16º 0.98% 0.45% -
XYZ 10.38 10.06 1.45 -
YUV 84.22 81.6 150.67 -
System Red Green Blue C M Y K H S L
Decimal 116 84 2 0 0.28 0.98 0.55 43.16 0.97 0.23
Hex 74 54 2 0 1C 62 37 2B 61 17
Octal 164 124 2 0 34 142 67 53 141 27
Binary 1110100 1010100 10 0 11100 1100010 110111 101011 1100001 10111

Color Harmonies of #745402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745402

Black with #745402

Text Example


Text Example

White with #745402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745402; }

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

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

background-color css

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

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

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

border-color css

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

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

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