Html Css Color HEX #745C02 Raw Umber

📋 copy color: '#745C02'

red 116 ◦ green 92 ◦ blue 2

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

Shades of Raw Umber #745C02

Tints of Raw Umber #745C02

RGB

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

 GREEN value IS 92 (36.33% from 255) = 43.81%

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

R = 55.24%
G = 43.81%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#745C02 (or 0x745C02) is known color: Raw Umber. HEX triplet: 74, 5C and 02. RGB value is (116,92,2). Sum of RGB (Red+Green+Blue) = 116+92+2=210 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.24% from 210); Green value is 92 (36.33% from 255 or 43.81% from 210); Blue value is 2 (1.17% from 255 or 0.95% from 210); Max value from RGB is 116 - color contains mainly: red. Hex color #745C02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745C02 is #8BA3FD. Grayscale: #595959. Windows color (decimal): -9151486 or 154740. OLE color: 154740.

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

Color convert

RGB 116 92 2 -
CMYK 0 0.21 0.98 0.55
HSL 47.37º 0.97% 0.23% -
HSV(B) 47.37º 0.98% 0.45% -
XYZ 11.04 11.37 1.67 -
YUV 88.92 78.95 147.32 -
System Red Green Blue C M Y K H S L
Decimal 116 92 2 0 0.21 0.98 0.55 47.37 0.97 0.23
Hex 74 5C 2 0 15 62 37 2F 61 17
Octal 164 134 2 0 25 142 67 57 141 27
Binary 1110100 1011100 10 0 10101 1100010 110111 101111 1100001 10111

Color Harmonies of #745C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745C02

Black with #745C02

Text Example


Text Example

White with #745C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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