Html Css Color HEX #754411 Raw Umber

📋 copy color: '#754411'

red 117 ◦ green 68 ◦ blue 17

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

Shades of Raw Umber #754411

Tints of Raw Umber #754411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 8.42%

R = 57.92%
G = 33.66%
B = 8.42%

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

#754411 (or 0x754411) is known color: Raw Umber. HEX triplet: 75, 44 and 11. RGB value is (117,68,17). Sum of RGB (Red+Green+Blue) = 117+68+17=202 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.92% from 202); Green value is 68 (26.95% from 255 or 33.66% from 202); Blue value is 17 (7.03% from 255 or 8.42% from 202); Max value from RGB is 117 - color contains mainly: red. Hex color #754411 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754411 is #8ABBEE. Grayscale: #4D4D4D. Windows color (decimal): -9092079 or 1131637. OLE color: 1131637.

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

Color convert

RGB 117 68 17 -
CMYK 0 0.42 0.85 0.54
HSL 30.6º 0.75% 0.26% -
HSV(B) 30.6º 0.85% 0.46% -
XYZ 9.5 7.96 1.57 -
YUV 76.84 94.23 156.65 -
System Red Green Blue C M Y K H S L
Decimal 117 68 17 0 0.42 0.85 0.54 30.6 0.75 0.26
Hex 75 44 11 0 2A 55 36 1F 4B 1A
Octal 165 104 21 0 52 125 66 37 113 32
Binary 1110101 1000100 10001 0 101010 1010101 110110 11111 1001011 11010

Color Harmonies of #754411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754411

Black with #754411

Text Example


Text Example

White with #754411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754411; }

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

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

background-color css

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

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

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

border-color css

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

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

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