Html Css Color HEX #745A0C Raw Umber

📋 copy color: '#745A0C'

red 116 ◦ green 90 ◦ blue 12

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

Shades of Raw Umber #745A0C

Tints of Raw Umber #745A0C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 41.28%

 BLUE value IS 12 (5.08% from 255) = 5.5%

R = 53.21%
G = 41.28%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#745A0C (or 0x745A0C) is known color: Raw Umber. HEX triplet: 74, 5A and 0C. RGB value is (116,90,12). Sum of RGB (Red+Green+Blue) = 116+90+12=218 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.21% from 218); Green value is 90 (35.55% from 255 or 41.28% from 218); Blue value is 12 (5.08% from 255 or 5.50% from 218); Max value from RGB is 116 - color contains mainly: red. Hex color #745A0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745A0C is #8BA5F3. Grayscale: #595959. Windows color (decimal): -9151988 or 809588. OLE color: 809588.

HSL color Cylindrical-coordinate representation of color #745A0C: hue angle of 45º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #745A0C is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 90 12 -
CMYK 0 0.22 0.90 0.55
HSL 45º 0.81% 0.25% -
HSV(B) 45º 0.9% 0.45% -
XYZ 10.92 11.05 1.91 -
YUV 88.88 84.61 147.34 -
System Red Green Blue C M Y K H S L
Decimal 116 90 12 0 0.22 0.90 0.55 45 0.81 0.25
Hex 74 5A C 0 16 5A 37 2D 51 19
Octal 164 132 14 0 26 132 67 55 121 31
Binary 1110100 1011010 1100 0 10110 1011010 110111 101101 1010001 11001

Color Harmonies of #745A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745A0C

Black with #745A0C

Text Example


Text Example

White with #745A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,90,12); }

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

background-color css

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

 a { background-color: rgb(116,90,12); }

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

border-color css

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

 span { border-color: rgb(116,90,12); }

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