Html Css Color HEX #745D01 Raw Umber

📋 copy color: '#745D01'

red 116 ◦ green 93 ◦ blue 1

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

Shades of Raw Umber #745D01

Tints of Raw Umber #745D01

RGB

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

 GREEN value IS 93 (36.72% from 255) = 44.29%

 BLUE value IS 1 (0.78% from 255) = 0.48%

R = 55.24%
G = 44.29%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#745D01 (or 0x745D01) is known color: Raw Umber. HEX triplet: 74, 5D and 01. RGB value is (116,93,1). Sum of RGB (Red+Green+Blue) = 116+93+1=210 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.24% from 210); Green value is 93 (36.72% from 255 or 44.29% from 210); Blue value is 1 (0.78% from 255 or 0.48% from 210); Max value from RGB is 116 - color contains mainly: red. Hex color #745D01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745D01 is #8BA2FE. Grayscale: #595959. Windows color (decimal): -9151231 or 89460. OLE color: 89460.

HSL color Cylindrical-coordinate representation of color #745D01: hue angle of 48º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #745D01 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 93 1 -
CMYK 0 0.20 0.99 0.55
HSL 48º 0.98% 0.23% -
HSV(B) 48º 0.99% 0.45% -
XYZ 11.12 11.54 1.67 -
YUV 89.39 78.12 146.98 -
System Red Green Blue C M Y K H S L
Decimal 116 93 1 0 0.20 0.99 0.55 48 0.98 0.23
Hex 74 5D 1 0 14 63 37 30 62 17
Octal 164 135 1 0 24 143 67 60 142 27
Binary 1110100 1011101 1 0 10100 1100011 110111 110000 1100010 10111

Color Harmonies of #745D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745D01

Black with #745D01

Text Example


Text Example

White with #745D01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,93,1); }

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

background-color css

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

 a { background-color: rgb(116,93,1); }

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

border-color css

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

 span { border-color: rgb(116,93,1); }

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