Html Css Color HEX #753802 Raw Umber

📋 copy color: '#753802'

red 117 ◦ green 56 ◦ blue 2

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

Shades of Raw Umber #753802

Tints of Raw Umber #753802

RGB

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

 GREEN value IS 56 (22.27% from 255) = 32%

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

R = 66.86%
G = 32%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#753802 (or 0x753802) is known color: Raw Umber. HEX triplet: 75, 38 and 02. RGB value is (117,56,2). Sum of RGB (Red+Green+Blue) = 117+56+2=175 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.86% from 175); Green value is 56 (22.27% from 255 or 32% from 175); Blue value is 2 (1.17% from 255 or 1.14% from 175); Max value from RGB is 117 - color contains mainly: red. Hex color #753802 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753802 is #8AC7FD. Grayscale: #444444. Windows color (decimal): -9095166 or 145525. OLE color: 145525.

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

Color convert

RGB 117 56 2 -
CMYK 0 0.52 0.98 0.54
HSL 28.17º 0.97% 0.23% -
HSV(B) 28.17º 0.98% 0.46% -
XYZ 8.76 6.61 0.87 -
YUV 68.08 90.71 162.89 -
System Red Green Blue C M Y K H S L
Decimal 117 56 2 0 0.52 0.98 0.54 28.17 0.97 0.23
Hex 75 38 2 0 34 62 36 1C 61 17
Octal 165 70 2 0 64 142 66 34 141 27
Binary 1110101 111000 10 0 110100 1100010 110110 11100 1100001 10111

Color Harmonies of #753802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753802

Black with #753802

Text Example


Text Example

White with #753802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753802; }

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

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

background-color css

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

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

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

border-color css

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

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

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