Html Css Color HEX #755416 Raw Umber

📋 copy color: '#755416'

red 117 ◦ green 84 ◦ blue 22

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

Shades of Raw Umber #755416

Tints of Raw Umber #755416

RGB

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

 GREEN value IS 84 (33.2% from 255) = 37.67%

 BLUE value IS 22 (8.98% from 255) = 9.87%

R = 52.47%
G = 37.67%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#755416 (or 0x755416) is known color: Raw Umber. HEX triplet: 75, 54 and 16. RGB value is (117,84,22). Sum of RGB (Red+Green+Blue) = 117+84+22=223 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.47% from 223); Green value is 84 (33.20% from 255 or 37.67% from 223); Blue value is 22 (8.98% from 255 or 9.87% from 223); Max value from RGB is 117 - color contains mainly: red. Hex color #755416 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755416 is #8AABE9. Grayscale: #575757. Windows color (decimal): -9087978 or 1463413. OLE color: 1463413.

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

Color convert

RGB 117 84 22 -
CMYK 0 0.28 0.81 0.54
HSL 39.16º 0.68% 0.27% -
HSV(B) 39.16º 0.81% 0.46% -
XYZ 10.65 10.18 2.16 -
YUV 86.8 91.43 149.54 -
System Red Green Blue C M Y K H S L
Decimal 117 84 22 0 0.28 0.81 0.54 39.16 0.68 0.27
Hex 75 54 16 0 1C 51 36 27 44 1B
Octal 165 124 26 0 34 121 66 47 104 33
Binary 1110101 1010100 10110 0 11100 1010001 110110 100111 1000100 11011

Color Harmonies of #755416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755416

Black with #755416

Text Example


Text Example

White with #755416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755416; }

 p { color: rgb(117,84,22); }

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

background-color css

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

 a { background-color: rgb(117,84,22); }

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

border-color css

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

 span { border-color: rgb(117,84,22); }

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