Html Css Color HEX #754712 Raw Umber

📋 copy color: '#754712'

red 117 ◦ green 71 ◦ blue 18

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

Shades of Raw Umber #754712

Tints of Raw Umber #754712

RGB

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

 GREEN value IS 71 (28.13% from 255) = 34.47%

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

R = 56.8%
G = 34.47%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#754712 (or 0x754712) is known color: Raw Umber. HEX triplet: 75, 47 and 12. RGB value is (117,71,18). Sum of RGB (Red+Green+Blue) = 117+71+18=206 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.80% from 206); Green value is 71 (28.12% from 255 or 34.47% from 206); Blue value is 18 (7.42% from 255 or 8.74% from 206); Max value from RGB is 117 - color contains mainly: red. Hex color #754712 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754712 is #8AB8ED. Grayscale: #4E4E4E. Windows color (decimal): -9091310 or 1197941. OLE color: 1197941.

HSL color Cylindrical-coordinate representation of color #754712: hue angle of 32.12º 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 #754712 is Cyan = 0, Magento = 0.39, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 71 18 -
CMYK 0 0.39 0.85 0.54
HSL 32.12º 0.73% 0.26% -
HSV(B) 32.12º 0.85% 0.46% -
XYZ 9.7 8.33 1.67 -
YUV 78.71 93.74 155.31 -
System Red Green Blue C M Y K H S L
Decimal 117 71 18 0 0.39 0.85 0.54 32.12 0.73 0.26
Hex 75 47 12 0 27 55 36 20 49 1A
Octal 165 107 22 0 47 125 66 40 111 32
Binary 1110101 1000111 10010 0 100111 1010101 110110 100000 1001001 11010

Color Harmonies of #754712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754712

Black with #754712

Text Example


Text Example

White with #754712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754712; }

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

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

background-color css

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

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

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

border-color css

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

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

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