Html Css Color HEX #753702 Raw Umber

📋 copy color: '#753702'

red 117 ◦ green 55 ◦ blue 2

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

Shades of Raw Umber #753702

Tints of Raw Umber #753702

RGB

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

 GREEN value IS 55 (21.88% from 255) = 31.61%

 BLUE value IS 2 (1.17% from 255) = 1.15%

R = 67.24%
G = 31.61%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#753702 (or 0x753702) is known color: Raw Umber. HEX triplet: 75, 37 and 02. RGB value is (117,55,2). Sum of RGB (Red+Green+Blue) = 117+55+2=174 (23% of max value = 765). Red value is 117 (46.09% from 255 or 67.24% from 174); Green value is 55 (21.88% from 255 or 31.61% from 174); Blue value is 2 (1.17% from 255 or 1.15% from 174); Max value from RGB is 117 - color contains mainly: red. Hex color #753702 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753702 is #8AC8FD. Grayscale: #434343. Windows color (decimal): -9095422 or 145269. OLE color: 145269.

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

Color convert

RGB 117 55 2 -
CMYK 0 0.53 0.98 0.54
HSL 27.65º 0.97% 0.23% -
HSV(B) 27.65º 0.98% 0.46% -
XYZ 8.71 6.52 0.86 -
YUV 67.5 91.04 163.31 -
System Red Green Blue C M Y K H S L
Decimal 117 55 2 0 0.53 0.98 0.54 27.65 0.97 0.23
Hex 75 37 2 0 35 62 36 1C 61 17
Octal 165 67 2 0 65 142 66 34 141 27
Binary 1110101 110111 10 0 110101 1100010 110110 11100 1100001 10111

Color Harmonies of #753702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753702

Black with #753702

Text Example


Text Example

White with #753702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753702; }

 p { color: rgb(117,55,2); }

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

background-color css

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

 a { background-color: rgb(117,55,2); }

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

border-color css

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

 span { border-color: rgb(117,55,2); }

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