Html Css Color HEX #754412 Raw Umber

📋 copy color: '#754412'

red 117 ◦ green 68 ◦ blue 18

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

Shades of Raw Umber #754412

Tints of Raw Umber #754412

RGB

 RED value IS 117 (46.09% from 255) = 57.64%

 GREEN value IS 68 (26.95% from 255) = 33.5%

 BLUE value IS 18 (7.42% from 255) = 8.87%

R = 57.64%
G = 33.5%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#754412 (or 0x754412) is known color: Raw Umber. HEX triplet: 75, 44 and 12. RGB value is (117,68,18). Sum of RGB (Red+Green+Blue) = 117+68+18=203 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.64% from 203); Green value is 68 (26.95% from 255 or 33.50% from 203); Blue value is 18 (7.42% from 255 or 8.87% from 203); Max value from RGB is 117 - color contains mainly: red. Hex color #754412 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754412 is #8ABBED. Grayscale: #4D4D4D. Windows color (decimal): -9092078 or 1197173. OLE color: 1197173.

HSL color Cylindrical-coordinate representation of color #754412: hue angle of 30.3º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #754412 is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 68 18 -
CMYK 0 0.42 0.85 0.54
HSL 30.3º 0.73% 0.26% -
HSV(B) 30.3º 0.85% 0.46% -
XYZ 9.51 7.96 1.61 -
YUV 76.95 94.73 156.57 -
System Red Green Blue C M Y K H S L
Decimal 117 68 18 0 0.42 0.85 0.54 30.3 0.73 0.26
Hex 75 44 12 0 2A 55 36 1E 49 1A
Octal 165 104 22 0 52 125 66 36 111 32
Binary 1110101 1000100 10010 0 101010 1010101 110110 11110 1001001 11010

Color Harmonies of #754412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754412

Black with #754412

Text Example


Text Example

White with #754412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754412; }

 p { color: rgb(117,68,18); }

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

background-color css

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

 a { background-color: rgb(117,68,18); }

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

border-color css

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

 span { border-color: rgb(117,68,18); }

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