Html Css Color HEX #745F00 Raw Umber

📋 copy color: '#745F00'

red 116 ◦ green 95 ◦ blue 0

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

Shades of Raw Umber #745F00

Tints of Raw Umber #745F00

RGB

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

 GREEN value IS 95 (37.5% from 255) = 45.02%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.98%
G = 45.02%
B = 0%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#745F00 (or 0x745F00) is known color: Raw Umber. HEX triplet: 74, 5F and 00. RGB value is (116,95,0). Sum of RGB (Red+Green+Blue) = 116+95+0=211 (27% of max value = 765). Red value is 116 (45.70% from 255 or 54.98% from 211); Green value is 95 (37.5% from 255 or 45.02% from 211); Blue value is 0 (0.39% from 255 or 0% from 211); Max value from RGB is 116 - color contains mainly: red. Hex color #745F00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745F00 is #8BA0FF. Grayscale: #5A5A5A. Windows color (decimal): -9150720 or 24436. OLE color: 24436.

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

Color convert

RGB 116 95 0 -
CMYK 0 0.18 1 0.55
HSL 49.14º 1% 0.23% -
HSV(B) 49.14º 1% 0.45% -
XYZ 11.29 11.9 1.7 -
YUV 90.45 76.96 146.22 -
System Red Green Blue C M Y K H S L
Decimal 116 95 0 0 0.18 1 0.55 49.14 1 0.23
Hex 74 5F 0 0 12 64 37 31 64 17
Octal 164 137 0 0 22 144 67 61 144 27
Binary 1110100 1011111 0 0 10010 1100100 110111 110001 1100100 10111

Color Harmonies of #745F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745F00

Black with #745F00

Text Example


Text Example

White with #745F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,95,0); }

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

background-color css

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

 a { background-color: rgb(116,95,0); }

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

border-color css

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

 span { border-color: rgb(116,95,0); }

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