Html Css Color HEX #754612 Raw Umber

📋 copy color: '#754612'

red 117 ◦ green 70 ◦ blue 18

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

Shades of Raw Umber #754612

Tints of Raw Umber #754612

RGB

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

 GREEN value IS 70 (27.73% from 255) = 34.15%

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

R = 57.07%
G = 34.15%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#754612 (or 0x754612) is known color: Raw Umber. HEX triplet: 75, 46 and 12. RGB value is (117,70,18). Sum of RGB (Red+Green+Blue) = 117+70+18=205 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.07% from 205); Green value is 70 (27.73% from 255 or 34.15% from 205); Blue value is 18 (7.42% from 255 or 8.78% from 205); Max value from RGB is 117 - color contains mainly: red. Hex color #754612 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754612 is #8AB9ED. Grayscale: #4E4E4E. Windows color (decimal): -9091566 or 1197685. OLE color: 1197685.

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

Color convert

RGB 117 70 18 -
CMYK 0 0.40 0.85 0.54
HSL 31.52º 0.73% 0.26% -
HSV(B) 31.52º 0.85% 0.46% -
XYZ 9.64 8.21 1.65 -
YUV 78.13 94.07 155.73 -
System Red Green Blue C M Y K H S L
Decimal 117 70 18 0 0.40 0.85 0.54 31.52 0.73 0.26
Hex 75 46 12 0 28 55 36 20 49 1A
Octal 165 106 22 0 50 125 66 40 111 32
Binary 1110101 1000110 10010 0 101000 1010101 110110 100000 1001001 11010

Color Harmonies of #754612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754612

Black with #754612

Text Example


Text Example

White with #754612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754612; }

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

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

background-color css

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

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

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

border-color css

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

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

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