Html Css Color HEX #755303 Raw Umber

📋 copy color: '#755303'

red 117 ◦ green 83 ◦ blue 3

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

Shades of Raw Umber #755303

Tints of Raw Umber #755303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.48%

R = 57.64%
G = 40.89%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#755303 (or 0x755303) is known color: Raw Umber. HEX triplet: 75, 53 and 03. RGB value is (117,83,3). Sum of RGB (Red+Green+Blue) = 117+83+3=203 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.64% from 203); Green value is 83 (32.81% from 255 or 40.89% from 203); Blue value is 3 (1.56% from 255 or 1.48% from 203); Max value from RGB is 117 - color contains mainly: red. Hex color #755303 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755303 is #8AACFC. Grayscale: #545454. Windows color (decimal): -9088253 or 217973. OLE color: 217973.

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

Color convert

RGB 117 83 3 -
CMYK 0 0.29 0.97 0.54
HSL 42.11º 0.95% 0.24% -
HSV(B) 42.11º 0.97% 0.46% -
XYZ 10.45 9.97 1.46 -
YUV 84.05 82.26 151.5 -
System Red Green Blue C M Y K H S L
Decimal 117 83 3 0 0.29 0.97 0.54 42.11 0.95 0.24
Hex 75 53 3 0 1D 61 36 2A 5F 18
Octal 165 123 3 0 35 141 66 52 137 30
Binary 1110101 1010011 11 0 11101 1100001 110110 101010 1011111 11000

Color Harmonies of #755303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755303

Black with #755303

Text Example


Text Example

White with #755303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755303; }

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

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

background-color css

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

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

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

border-color css

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

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

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