Html Css Color HEX #755C13 Raw Umber

📋 copy color: '#755C13'

red 117 ◦ green 92 ◦ blue 19

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

Shades of Raw Umber #755C13

Tints of Raw Umber #755C13

RGB

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

 GREEN value IS 92 (36.33% from 255) = 40.35%

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

R = 51.32%
G = 40.35%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#755C13 (or 0x755C13) is known color: Raw Umber. HEX triplet: 75, 5C and 13. RGB value is (117,92,19). Sum of RGB (Red+Green+Blue) = 117+92+19=228 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.32% from 228); Green value is 92 (36.33% from 255 or 40.35% from 228); Blue value is 19 (7.81% from 255 or 8.33% from 228); Max value from RGB is 117 - color contains mainly: red. Hex color #755C13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755C13 is #8AA3EC. Grayscale: #5B5B5B. Windows color (decimal): -9085933 or 1268853. OLE color: 1268853.

HSL color Cylindrical-coordinate representation of color #755C13: hue angle of 44.69º 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 #755C13 is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 92 19 -
CMYK 0 0.21 0.84 0.54
HSL 44.69º 0.72% 0.27% -
HSV(B) 44.69º 0.84% 0.46% -
XYZ 11.28 11.48 2.24 -
YUV 91.15 87.28 146.44 -
System Red Green Blue C M Y K H S L
Decimal 117 92 19 0 0.21 0.84 0.54 44.69 0.72 0.27
Hex 75 5C 13 0 15 54 36 2D 48 1B
Octal 165 134 23 0 25 124 66 55 110 33
Binary 1110101 1011100 10011 0 10101 1010100 110110 101101 1001000 11011

Color Harmonies of #755C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755C13

Black with #755C13

Text Example


Text Example

White with #755C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755C13; }

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

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

background-color css

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

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

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

border-color css

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

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

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