Html Css Color HEX #753A0B Raw Umber

📋 copy color: '#753A0B'

red 117 ◦ green 58 ◦ blue 11

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

Shades of Raw Umber #753A0B

Tints of Raw Umber #753A0B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 31.18%

 BLUE value IS 11 (4.69% from 255) = 5.91%

R = 62.9%
G = 31.18%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.91

 K value IS 0.54

RGB Variations

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

Color information

#753A0B (or 0x753A0B) is known color: Raw Umber. HEX triplet: 75, 3A and 0B. RGB value is (117,58,11). Sum of RGB (Red+Green+Blue) = 117+58+11=186 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.90% from 186); Green value is 58 (23.05% from 255 or 31.18% from 186); Blue value is 11 (4.69% from 255 or 5.91% from 186); Max value from RGB is 117 - color contains mainly: red. Hex color #753A0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753A0B is #8AC5F4. Grayscale: #464646. Windows color (decimal): -9094645 or 735861. OLE color: 735861.

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

Color convert

RGB 117 58 11 -
CMYK 0 0.50 0.91 0.54
HSL 26.6º 0.83% 0.25% -
HSV(B) 26.6º 0.91% 0.46% -
XYZ 8.91 6.83 1.17 -
YUV 70.28 94.55 161.32 -
System Red Green Blue C M Y K H S L
Decimal 117 58 11 0 0.50 0.91 0.54 26.6 0.83 0.25
Hex 75 3A B 0 32 5B 36 1B 53 19
Octal 165 72 13 0 62 133 66 33 123 31
Binary 1110101 111010 1011 0 110010 1011011 110110 11011 1010011 11001

Color Harmonies of #753A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753A0B

Black with #753A0B

Text Example


Text Example

White with #753A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,58,11); }

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

background-color css

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

 a { background-color: rgb(117,58,11); }

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

border-color css

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

 span { border-color: rgb(117,58,11); }

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