Html Css Color HEX #754312 Raw Umber

📋 copy color: '#754312'

red 117 ◦ green 67 ◦ blue 18

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

Shades of Raw Umber #754312

Tints of Raw Umber #754312

RGB

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

 GREEN value IS 67 (26.56% from 255) = 33.17%

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

R = 57.92%
G = 33.17%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#754312 (or 0x754312) is known color: Raw Umber. HEX triplet: 75, 43 and 12. RGB value is (117,67,18). Sum of RGB (Red+Green+Blue) = 117+67+18=202 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.92% from 202); Green value is 67 (26.56% from 255 or 33.17% from 202); Blue value is 18 (7.42% from 255 or 8.91% from 202); Max value from RGB is 117 - color contains mainly: red. Hex color #754312 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754312 is #8ABCED. Grayscale: #4C4C4C. Windows color (decimal): -9092334 or 1196917. OLE color: 1196917.

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

Color convert

RGB 117 67 18 -
CMYK 0 0.43 0.85 0.54
HSL 29.7º 0.73% 0.26% -
HSV(B) 29.7º 0.85% 0.46% -
XYZ 9.45 7.84 1.59 -
YUV 76.36 95.07 156.98 -
System Red Green Blue C M Y K H S L
Decimal 117 67 18 0 0.43 0.85 0.54 29.7 0.73 0.26
Hex 75 43 12 0 2B 55 36 1E 49 1A
Octal 165 103 22 0 53 125 66 36 111 32
Binary 1110101 1000011 10010 0 101011 1010101 110110 11110 1001001 11010

Color Harmonies of #754312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754312

Black with #754312

Text Example


Text Example

White with #754312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754312; }

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

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

background-color css

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

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

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

border-color css

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

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

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