Html Css Color HEX #745E02 Raw Umber

📋 copy color: '#745E02'

red 116 ◦ green 94 ◦ blue 2

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

Shades of Raw Umber #745E02

Tints of Raw Umber #745E02

RGB

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

 GREEN value IS 94 (37.11% from 255) = 44.34%

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

R = 54.72%
G = 44.34%
B = 0.94%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#745E02 (or 0x745E02) is known color: Raw Umber. HEX triplet: 74, 5E and 02. RGB value is (116,94,2). Sum of RGB (Red+Green+Blue) = 116+94+2=212 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.72% from 212); Green value is 94 (37.11% from 255 or 44.34% from 212); Blue value is 2 (1.17% from 255 or 0.94% from 212); Max value from RGB is 116 - color contains mainly: red. Hex color #745E02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745E02 is #8BA1FD. Grayscale: #5A5A5A. Windows color (decimal): -9150974 or 155252. OLE color: 155252.

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

Color convert

RGB 116 94 2 -
CMYK 0 0.19 0.98 0.55
HSL 48.42º 0.97% 0.23% -
HSV(B) 48.42º 0.98% 0.45% -
XYZ 11.22 11.72 1.73 -
YUV 90.09 78.29 146.48 -
System Red Green Blue C M Y K H S L
Decimal 116 94 2 0 0.19 0.98 0.55 48.42 0.97 0.23
Hex 74 5E 2 0 13 62 37 30 61 17
Octal 164 136 2 0 23 142 67 60 141 27
Binary 1110100 1011110 10 0 10011 1100010 110111 110000 1100001 10111

Color Harmonies of #745E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745E02

Black with #745E02

Text Example


Text Example

White with #745E02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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