Html Css Color HEX #745802 Raw Umber

📋 copy color: '#745802'

red 116 ◦ green 88 ◦ blue 2

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

Shades of Raw Umber #745802

Tints of Raw Umber #745802

RGB

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

 GREEN value IS 88 (34.77% from 255) = 42.72%

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

R = 56.31%
G = 42.72%
B = 0.97%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#745802 (or 0x745802) is known color: Raw Umber. HEX triplet: 74, 58 and 02. RGB value is (116,88,2). Sum of RGB (Red+Green+Blue) = 116+88+2=206 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.31% from 206); Green value is 88 (34.77% from 255 or 42.72% from 206); Blue value is 2 (1.17% from 255 or 0.97% from 206); Max value from RGB is 116 - color contains mainly: red. Hex color #745802 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745802 is #8BA7FD. Grayscale: #565656. Windows color (decimal): -9152510 or 153716. OLE color: 153716.

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

Color convert

RGB 116 88 2 -
CMYK 0 0.24 0.98 0.55
HSL 45.26º 0.97% 0.23% -
HSV(B) 45.26º 0.98% 0.45% -
XYZ 10.7 10.7 1.56 -
YUV 86.57 80.28 148.99 -
System Red Green Blue C M Y K H S L
Decimal 116 88 2 0 0.24 0.98 0.55 45.26 0.97 0.23
Hex 74 58 2 0 18 62 37 2D 61 17
Octal 164 130 2 0 30 142 67 55 141 27
Binary 1110100 1011000 10 0 11000 1100010 110111 101101 1100001 10111

Color Harmonies of #745802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745802

Black with #745802

Text Example


Text Example

White with #745802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745802; }

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

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

background-color css

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

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

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

border-color css

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

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

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