Html Css Color HEX #753B0C Raw Umber

📋 copy color: '#753B0C'

red 117 ◦ green 59 ◦ blue 12

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

Shades of Raw Umber #753B0C

Tints of Raw Umber #753B0C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 31.38%

 BLUE value IS 12 (5.08% from 255) = 6.38%

R = 62.23%
G = 31.38%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#753B0C (or 0x753B0C) is known color: Raw Umber. HEX triplet: 75, 3B and 0C. RGB value is (117,59,12). Sum of RGB (Red+Green+Blue) = 117+59+12=188 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.23% from 188); Green value is 59 (23.44% from 255 or 31.38% from 188); Blue value is 12 (5.08% from 255 or 6.38% from 188); Max value from RGB is 117 - color contains mainly: red. Hex color #753B0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753B0C is #8AC4F3. Grayscale: #474747. Windows color (decimal): -9094388 or 801653. OLE color: 801653.

HSL color Cylindrical-coordinate representation of color #753B0C: hue angle of 26.86º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #753B0C is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 59 12 -
CMYK 0 0.50 0.90 0.54
HSL 26.86º 0.81% 0.25% -
HSV(B) 26.86º 0.9% 0.46% -
XYZ 8.97 6.94 1.21 -
YUV 70.98 94.72 160.82 -
System Red Green Blue C M Y K H S L
Decimal 117 59 12 0 0.50 0.90 0.54 26.86 0.81 0.25
Hex 75 3B C 0 32 5A 36 1B 51 19
Octal 165 73 14 0 62 132 66 33 121 31
Binary 1110101 111011 1100 0 110010 1011010 110110 11011 1010001 11001

Color Harmonies of #753B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753B0C

Black with #753B0C

Text Example


Text Example

White with #753B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753B0C; }

 p { color: rgb(117,59,12); }

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

background-color css

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

 a { background-color: rgb(117,59,12); }

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

border-color css

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

 span { border-color: rgb(117,59,12); }

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