Html Css Color HEX #7C530D Raw Umber

📋 copy color: '#7C530D'

red 124 ◦ green 83 ◦ blue 13

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

Shades of Raw Umber #7C530D

Tints of Raw Umber #7C530D

RGB

 RED value IS 124 (48.83% from 255) = 56.36%

 GREEN value IS 83 (32.81% from 255) = 37.73%

 BLUE value IS 13 (5.47% from 255) = 5.91%

R = 56.36%
G = 37.73%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.90

 K value IS 0.51

RGB Variations

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

Color information

#7C530D (or 0x7C530D) is known color: Raw Umber. HEX triplet: 7C, 53 and 0D. RGB value is (124,83,13). Sum of RGB (Red+Green+Blue) = 124+83+13=220 (29% of max value = 765). Red value is 124 (48.83% from 255 or 56.36% from 220); Green value is 83 (32.81% from 255 or 37.73% from 220); Blue value is 13 (5.47% from 255 or 5.91% from 220); Max value from RGB is 124 - color contains mainly: red. Hex color #7C530D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C530D is #83ACF2. Grayscale: #575757. Windows color (decimal): -8629491 or 873340. OLE color: 873340.

HSL color Cylindrical-coordinate representation of color #7C530D: hue angle of 37.84º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7C530D is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 83 13 -
CMYK 0 0.33 0.90 0.51
HSL 37.84º 0.81% 0.27% -
HSV(B) 37.84º 0.9% 0.49% -
XYZ 11.48 10.5 1.8 -
YUV 87.28 86.08 154.19 -
System Red Green Blue C M Y K H S L
Decimal 124 83 13 0 0.33 0.90 0.51 37.84 0.81 0.27
Hex 7C 53 D 0 21 5A 33 26 51 1B
Octal 174 123 15 0 41 132 63 46 121 33
Binary 1111100 1010011 1101 0 100001 1011010 110011 100110 1010001 11011

Color Harmonies of #7C530D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C530D

Black with #7C530D

Text Example


Text Example

White with #7C530D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C530D; }

 p { color: rgb(124,83,13); }

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

background-color css

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

 a { background-color: rgb(124,83,13); }

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

border-color css

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

 span { border-color: rgb(124,83,13); }

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