Html Css Color HEX #753302 Raw Umber

📋 copy color: '#753302'

red 117 ◦ green 51 ◦ blue 2

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

Shades of Raw Umber #753302

Tints of Raw Umber #753302

RGB

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

 GREEN value IS 51 (20.31% from 255) = 30%

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

R = 68.82%
G = 30%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#753302 (or 0x753302) is known color: Raw Umber. HEX triplet: 75, 33 and 02. RGB value is (117,51,2). Sum of RGB (Red+Green+Blue) = 117+51+2=170 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.82% from 170); Green value is 51 (20.31% from 255 or 30% from 170); Blue value is 2 (1.17% from 255 or 1.18% from 170); Max value from RGB is 117 - color contains mainly: red. Hex color #753302 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753302 is #8ACCFD. Grayscale: #414141. Windows color (decimal): -9096446 or 144245. OLE color: 144245.

HSL color Cylindrical-coordinate representation of color #753302: hue angle of 25.57º 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 #753302 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 51 2 -
CMYK 0 0.56 0.98 0.54
HSL 25.57º 0.97% 0.23% -
HSV(B) 25.57º 0.98% 0.46% -
XYZ 8.53 6.15 0.8 -
YUV 65.15 92.37 164.98 -
System Red Green Blue C M Y K H S L
Decimal 117 51 2 0 0.56 0.98 0.54 25.57 0.97 0.23
Hex 75 33 2 0 38 62 36 1A 61 17
Octal 165 63 2 0 70 142 66 32 141 27
Binary 1110101 110011 10 0 111000 1100010 110110 11010 1100001 10111

Color Harmonies of #753302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753302

Black with #753302

Text Example


Text Example

White with #753302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753302; }

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

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

background-color css

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

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

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

border-color css

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

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

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