Html Css Color HEX #754615 Raw Umber

📋 copy color: '#754615'

red 117 ◦ green 70 ◦ blue 21

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

Shades of Raw Umber #754615

Tints of Raw Umber #754615

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.1%

R = 56.25%
G = 33.65%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#754615 (or 0x754615) is known color: Raw Umber. HEX triplet: 75, 46 and 15. RGB value is (117,70,21). Sum of RGB (Red+Green+Blue) = 117+70+21=208 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.25% from 208); Green value is 70 (27.73% from 255 or 33.65% from 208); Blue value is 21 (8.59% from 255 or 10.10% from 208); Max value from RGB is 117 - color contains mainly: red. Hex color #754615 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754615 is #8AB9EA. Grayscale: #4E4E4E. Windows color (decimal): -9091563 or 1394293. OLE color: 1394293.

HSL color Cylindrical-coordinate representation of color #754615: hue angle of 30.63º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #754615 is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 70 21 -
CMYK 0 0.40 0.82 0.54
HSL 30.63º 0.7% 0.27% -
HSV(B) 30.63º 0.82% 0.46% -
XYZ 9.66 8.22 1.79 -
YUV 78.47 95.57 155.48 -
System Red Green Blue C M Y K H S L
Decimal 117 70 21 0 0.40 0.82 0.54 30.63 0.7 0.27
Hex 75 46 15 0 28 52 36 1F 46 1B
Octal 165 106 25 0 50 122 66 37 106 33
Binary 1110101 1000110 10101 0 101000 1010010 110110 11111 1000110 11011

Color Harmonies of #754615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754615

Black with #754615

Text Example


Text Example

White with #754615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754615; }

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

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

background-color css

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

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

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

border-color css

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

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

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