Html Css Color HEX #745202 Raw Umber

📋 copy color: '#745202'

red 116 ◦ green 82 ◦ blue 2

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

Shades of Raw Umber #745202

Tints of Raw Umber #745202

RGB

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

 GREEN value IS 82 (32.42% from 255) = 41%

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

R = 58%
G = 41%
B = 1%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#745202 (or 0x745202) is known color: Raw Umber. HEX triplet: 74, 52 and 02. RGB value is (116,82,2). Sum of RGB (Red+Green+Blue) = 116+82+2=200 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58% from 200); Green value is 82 (32.42% from 255 or 41% from 200); Blue value is 2 (1.17% from 255 or 1% from 200); Max value from RGB is 116 - color contains mainly: red. Hex color #745202 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745202 is #8BADFD. Grayscale: #535353. Windows color (decimal): -9154046 or 152180. OLE color: 152180.

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

Color convert

RGB 116 82 2 -
CMYK 0 0.29 0.98 0.55
HSL 42.11º 0.97% 0.23% -
HSV(B) 42.11º 0.98% 0.45% -
XYZ 10.23 9.75 1.4 -
YUV 83.05 82.26 151.5 -
System Red Green Blue C M Y K H S L
Decimal 116 82 2 0 0.29 0.98 0.55 42.11 0.97 0.23
Hex 74 52 2 0 1D 62 37 2A 61 17
Octal 164 122 2 0 35 142 67 52 141 27
Binary 1110100 1010010 10 0 11101 1100010 110111 101010 1100001 10111

Color Harmonies of #745202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745202

Black with #745202

Text Example


Text Example

White with #745202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745202; }

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

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

background-color css

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

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

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

border-color css

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

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

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