Html Css Color HEX #745702 Raw Umber

📋 copy color: '#745702'

red 116 ◦ green 87 ◦ blue 2

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

Shades of Raw Umber #745702

Tints of Raw Umber #745702

RGB

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

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

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

R = 56.59%
G = 42.44%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#745702 (or 0x745702) is known color: Raw Umber. HEX triplet: 74, 57 and 02. RGB value is (116,87,2). Sum of RGB (Red+Green+Blue) = 116+87+2=205 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.59% from 205); Green value is 87 (34.38% from 255 or 42.44% from 205); Blue value is 2 (1.17% from 255 or 0.98% from 205); Max value from RGB is 116 - color contains mainly: red. Hex color #745702 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745702 is #8BA8FD. Grayscale: #565656. Windows color (decimal): -9152766 or 153460. OLE color: 153460.

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

Color convert

RGB 116 87 2 -
CMYK 0 0.25 0.98 0.55
HSL 44.74º 0.97% 0.23% -
HSV(B) 44.74º 0.98% 0.45% -
XYZ 10.62 10.53 1.53 -
YUV 85.98 80.61 149.41 -
System Red Green Blue C M Y K H S L
Decimal 116 87 2 0 0.25 0.98 0.55 44.74 0.97 0.23
Hex 74 57 2 0 19 62 37 2D 61 17
Octal 164 127 2 0 31 142 67 55 141 27
Binary 1110100 1010111 10 0 11001 1100010 110111 101101 1100001 10111

Color Harmonies of #745702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745702

Black with #745702

Text Example


Text Example

White with #745702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745702; }

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

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

background-color css

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

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

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

border-color css

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

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

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