Html Css Color HEX #745502 Raw Umber

📋 copy color: '#745502'

red 116 ◦ green 85 ◦ blue 2

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

Shades of Raw Umber #745502

Tints of Raw Umber #745502

RGB

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

 GREEN value IS 85 (33.59% from 255) = 41.87%

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

R = 57.14%
G = 41.87%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#745502 (or 0x745502) is known color: Raw Umber. HEX triplet: 74, 55 and 02. RGB value is (116,85,2). Sum of RGB (Red+Green+Blue) = 116+85+2=203 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.14% from 203); Green value is 85 (33.59% from 255 or 41.87% from 203); Blue value is 2 (1.17% from 255 or 0.99% from 203); Max value from RGB is 116 - color contains mainly: red. Hex color #745502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745502 is #8BAAFD. Grayscale: #555555. Windows color (decimal): -9153278 or 152948. OLE color: 152948.

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

Color convert

RGB 116 85 2 -
CMYK 0 0.27 0.98 0.55
HSL 43.68º 0.97% 0.23% -
HSV(B) 43.68º 0.98% 0.45% -
XYZ 10.46 10.21 1.48 -
YUV 84.81 81.27 150.25 -
System Red Green Blue C M Y K H S L
Decimal 116 85 2 0 0.27 0.98 0.55 43.68 0.97 0.23
Hex 74 55 2 0 1B 62 37 2C 61 17
Octal 164 125 2 0 33 142 67 54 141 27
Binary 1110100 1010101 10 0 11011 1100010 110111 101100 1100001 10111

Color Harmonies of #745502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745502

Black with #745502

Text Example


Text Example

White with #745502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745502; }

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

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

background-color css

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

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

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

border-color css

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

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

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