Html Css Color HEX #755313 Raw Umber

📋 copy color: '#755313'

red 117 ◦ green 83 ◦ blue 19

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

Shades of Raw Umber #755313

Tints of Raw Umber #755313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.68%

R = 53.42%
G = 37.9%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#755313 (or 0x755313) is known color: Raw Umber. HEX triplet: 75, 53 and 13. RGB value is (117,83,19). Sum of RGB (Red+Green+Blue) = 117+83+19=219 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.42% from 219); Green value is 83 (32.81% from 255 or 37.90% from 219); Blue value is 19 (7.81% from 255 or 8.68% from 219); Max value from RGB is 117 - color contains mainly: red. Hex color #755313 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755313 is #8AACEC. Grayscale: #565656. Windows color (decimal): -9088237 or 1266549. OLE color: 1266549.

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

Color convert

RGB 117 83 19 -
CMYK 0 0.29 0.84 0.54
HSL 39.18º 0.72% 0.27% -
HSV(B) 39.18º 0.84% 0.46% -
XYZ 10.55 10.02 1.99 -
YUV 85.87 90.26 150.2 -
System Red Green Blue C M Y K H S L
Decimal 117 83 19 0 0.29 0.84 0.54 39.18 0.72 0.27
Hex 75 53 13 0 1D 54 36 27 48 1B
Octal 165 123 23 0 35 124 66 47 110 33
Binary 1110101 1010011 10011 0 11101 1010100 110110 100111 1001000 11011

Color Harmonies of #755313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755313

Black with #755313

Text Example


Text Example

White with #755313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755313; }

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

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

background-color css

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

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

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

border-color css

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

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

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