Html Css Color HEX #755312 Raw Umber

📋 copy color: '#755312'

red 117 ◦ green 83 ◦ blue 18

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

Shades of Raw Umber #755312

Tints of Raw Umber #755312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.26%

R = 53.67%
G = 38.07%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#755312 (or 0x755312) is known color: Raw Umber. HEX triplet: 75, 53 and 12. RGB value is (117,83,18). Sum of RGB (Red+Green+Blue) = 117+83+18=218 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.67% from 218); Green value is 83 (32.81% from 255 or 38.07% from 218); Blue value is 18 (7.42% from 255 or 8.26% from 218); Max value from RGB is 117 - color contains mainly: red. Hex color #755312 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755312 is #8AACED. Grayscale: #565656. Windows color (decimal): -9088238 or 1201013. OLE color: 1201013.

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

Color convert

RGB 117 83 18 -
CMYK 0 0.29 0.85 0.54
HSL 39.39º 0.73% 0.26% -
HSV(B) 39.39º 0.85% 0.46% -
XYZ 10.54 10.01 1.95 -
YUV 85.76 89.76 150.29 -
System Red Green Blue C M Y K H S L
Decimal 117 83 18 0 0.29 0.85 0.54 39.39 0.73 0.26
Hex 75 53 12 0 1D 55 36 27 49 1A
Octal 165 123 22 0 35 125 66 47 111 32
Binary 1110101 1010011 10010 0 11101 1010101 110110 100111 1001001 11010

Color Harmonies of #755312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755312

Black with #755312

Text Example


Text Example

White with #755312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755312; }

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

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

background-color css

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

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

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

border-color css

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

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

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