Html Css Color HEX #755317 Raw Umber

📋 copy color: '#755317'

red 117 ◦ green 83 ◦ blue 23

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

Shades of Raw Umber #755317

Tints of Raw Umber #755317

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.22%

 BLUE value IS 23 (9.38% from 255) = 10.31%

R = 52.47%
G = 37.22%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#755317 (or 0x755317) is known color: Raw Umber. HEX triplet: 75, 53 and 17. RGB value is (117,83,23). Sum of RGB (Red+Green+Blue) = 117+83+23=223 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.47% from 223); Green value is 83 (32.81% from 255 or 37.22% from 223); Blue value is 23 (9.38% from 255 or 10.31% from 223); Max value from RGB is 117 - color contains mainly: red. Hex color #755317 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755317 is #8AACE8. Grayscale: #565656. Windows color (decimal): -9088233 or 1528693. OLE color: 1528693.

HSL color Cylindrical-coordinate representation of color #755317: hue angle of 38.3º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #755317 is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 83 23 -
CMYK 0 0.29 0.80 0.54
HSL 38.3º 0.67% 0.27% -
HSV(B) 38.3º 0.8% 0.46% -
XYZ 10.58 10.03 2.19 -
YUV 86.33 92.26 149.88 -
System Red Green Blue C M Y K H S L
Decimal 117 83 23 0 0.29 0.80 0.54 38.3 0.67 0.27
Hex 75 53 17 0 1D 50 36 26 43 1B
Octal 165 123 27 0 35 120 66 46 103 33
Binary 1110101 1010011 10111 0 11101 1010000 110110 100110 1000011 11011

Color Harmonies of #755317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755317

Black with #755317

Text Example


Text Example

White with #755317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755317; }

 p { color: rgb(117,83,23); }

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

background-color css

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

 a { background-color: rgb(117,83,23); }

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

border-color css

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

 span { border-color: rgb(117,83,23); }

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