Html Css Color HEX #745405 Raw Umber

📋 copy color: '#745405'

red 116 ◦ green 84 ◦ blue 5

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

Shades of Raw Umber #745405

Tints of Raw Umber #745405

RGB

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

 GREEN value IS 84 (33.2% from 255) = 40.98%

 BLUE value IS 5 (2.34% from 255) = 2.44%

R = 56.59%
G = 40.98%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#745405 (or 0x745405) is known color: Raw Umber. HEX triplet: 74, 54 and 05. RGB value is (116,84,5). Sum of RGB (Red+Green+Blue) = 116+84+5=205 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.59% from 205); Green value is 84 (33.20% from 255 or 40.98% from 205); Blue value is 5 (2.34% from 255 or 2.44% from 205); Max value from RGB is 116 - color contains mainly: red. Hex color #745405 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745405 is #8BABFA. Grayscale: #545454. Windows color (decimal): -9153531 or 349300. OLE color: 349300.

HSL color Cylindrical-coordinate representation of color #745405: hue angle of 42.7º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #745405 is Cyan = 0, Magento = 0.28, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 84 5 -
CMYK 0 0.28 0.96 0.55
HSL 42.7º 0.92% 0.24% -
HSV(B) 42.7º 0.96% 0.45% -
XYZ 10.4 10.06 1.54 -
YUV 84.56 83.1 150.42 -
System Red Green Blue C M Y K H S L
Decimal 116 84 5 0 0.28 0.96 0.55 42.7 0.92 0.24
Hex 74 54 5 0 1C 60 37 2B 5C 18
Octal 164 124 5 0 34 140 67 53 134 30
Binary 1110100 1010100 101 0 11100 1100000 110111 101011 1011100 11000

Color Harmonies of #745405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745405

Black with #745405

Text Example


Text Example

White with #745405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745405; }

 p { color: rgb(116,84,5); }

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

background-color css

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

 a { background-color: rgb(116,84,5); }

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

border-color css

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

 span { border-color: rgb(116,84,5); }

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