Html Css Color HEX #754410 Raw Umber

📋 copy color: '#754410'

red 117 ◦ green 68 ◦ blue 16

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

Shades of Raw Umber #754410

Tints of Raw Umber #754410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.96%

R = 58.21%
G = 33.83%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#754410 (or 0x754410) is known color: Raw Umber. HEX triplet: 75, 44 and 10. RGB value is (117,68,16). Sum of RGB (Red+Green+Blue) = 117+68+16=201 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.21% from 201); Green value is 68 (26.95% from 255 or 33.83% from 201); Blue value is 16 (6.64% from 255 or 7.96% from 201); Max value from RGB is 117 - color contains mainly: red. Hex color #754410 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754410 is #8ABBEF. Grayscale: #4C4C4C. Windows color (decimal): -9092080 or 1066101. OLE color: 1066101.

HSL color Cylindrical-coordinate representation of color #754410: hue angle of 30.89º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #754410 is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 68 16 -
CMYK 0 0.42 0.86 0.54
HSL 30.89º 0.76% 0.26% -
HSV(B) 30.89º 0.86% 0.46% -
XYZ 9.5 7.95 1.52 -
YUV 76.72 93.73 156.73 -
System Red Green Blue C M Y K H S L
Decimal 117 68 16 0 0.42 0.86 0.54 30.89 0.76 0.26
Hex 75 44 10 0 2A 56 36 1F 4C 1A
Octal 165 104 20 0 52 126 66 37 114 32
Binary 1110101 1000100 10000 0 101010 1010110 110110 11111 1001100 11010

Color Harmonies of #754410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754410

Black with #754410

Text Example


Text Example

White with #754410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754410; }

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

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

background-color css

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

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

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

border-color css

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

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

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