Html Css Color HEX #7C521A Raw Umber

📋 copy color: '#7C521A'

red 124 ◦ green 82 ◦ blue 26

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

Shades of Raw Umber #7C521A

Tints of Raw Umber #7C521A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 35.34%

 BLUE value IS 26 (10.55% from 255) = 11.21%

R = 53.45%
G = 35.34%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.79

 K value IS 0.51

RGB Variations

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

Color information

#7C521A (or 0x7C521A) is known color: Raw Umber. HEX triplet: 7C, 52 and 1A. RGB value is (124,82,26). Sum of RGB (Red+Green+Blue) = 124+82+26=232 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.45% from 232); Green value is 82 (32.42% from 255 or 35.34% from 232); Blue value is 26 (10.55% from 255 or 11.21% from 232); Max value from RGB is 124 - color contains mainly: red. Hex color #7C521A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C521A is #83ADE5. Grayscale: #585858. Windows color (decimal): -8629734 or 1725052. OLE color: 1725052.

HSL color Cylindrical-coordinate representation of color #7C521A: hue angle of 34.29º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7C521A is Cyan = 0, Magento = 0.34, Yellow = 0.79 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 82 26 -
CMYK 0 0.34 0.79 0.51
HSL 34.29º 0.65% 0.29% -
HSV(B) 34.29º 0.79% 0.49% -
XYZ 11.52 10.39 2.38 -
YUV 88.17 92.91 153.55 -
System Red Green Blue C M Y K H S L
Decimal 124 82 26 0 0.34 0.79 0.51 34.29 0.65 0.29
Hex 7C 52 1A 0 22 4F 33 22 41 1D
Octal 174 122 32 0 42 117 63 42 101 35
Binary 1111100 1010010 11010 0 100010 1001111 110011 100010 1000001 11101

Color Harmonies of #7C521A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C521A

Black with #7C521A

Text Example


Text Example

White with #7C521A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,82,26); }

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

background-color css

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

 a { background-color: rgb(124,82,26); }

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

border-color css

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

 span { border-color: rgb(124,82,26); }

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