Html Css Color HEX #754512 Raw Umber

📋 copy color: '#754512'

red 117 ◦ green 69 ◦ blue 18

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

Shades of Raw Umber #754512

Tints of Raw Umber #754512

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.82%

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

R = 57.35%
G = 33.82%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#754512 (or 0x754512) is known color: Raw Umber. HEX triplet: 75, 45 and 12. RGB value is (117,69,18). Sum of RGB (Red+Green+Blue) = 117+69+18=204 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.35% from 204); Green value is 69 (27.34% from 255 or 33.82% from 204); Blue value is 18 (7.42% from 255 or 8.82% from 204); Max value from RGB is 117 - color contains mainly: red. Hex color #754512 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754512 is #8ABAED. Grayscale: #4D4D4D. Windows color (decimal): -9091822 or 1197429. OLE color: 1197429.

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

Color convert

RGB 117 69 18 -
CMYK 0 0.41 0.85 0.54
HSL 30.91º 0.73% 0.26% -
HSV(B) 30.91º 0.85% 0.46% -
XYZ 9.57 8.08 1.63 -
YUV 77.54 94.4 156.15 -
System Red Green Blue C M Y K H S L
Decimal 117 69 18 0 0.41 0.85 0.54 30.91 0.73 0.26
Hex 75 45 12 0 29 55 36 1F 49 1A
Octal 165 105 22 0 51 125 66 37 111 32
Binary 1110101 1000101 10010 0 101001 1010101 110110 11111 1001001 11010

Color Harmonies of #754512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754512

Black with #754512

Text Example


Text Example

White with #754512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754512; }

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

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

background-color css

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

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

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

border-color css

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

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

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