Html Css Color HEX #7C501A Raw Umber

📋 copy color: '#7C501A'

red 124 ◦ green 80 ◦ blue 26

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

Shades of Raw Umber #7C501A

Tints of Raw Umber #7C501A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.78%

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

R = 53.91%
G = 34.78%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.79

 K value IS 0.51

RGB Variations

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

Color information

#7C501A (or 0x7C501A) is known color: Raw Umber. HEX triplet: 7C, 50 and 1A. RGB value is (124,80,26). Sum of RGB (Red+Green+Blue) = 124+80+26=230 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.91% from 230); Green value is 80 (31.64% from 255 or 34.78% from 230); Blue value is 26 (10.55% from 255 or 11.30% from 230); Max value from RGB is 124 - color contains mainly: red. Hex color #7C501A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C501A is #83AFE5. Grayscale: #575757. Windows color (decimal): -8630246 or 1724540. OLE color: 1724540.

HSL color Cylindrical-coordinate representation of color #7C501A: hue angle of 33.06º 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 #7C501A is Cyan = 0, Magento = 0.35, Yellow = 0.79 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 80 26 -
CMYK 0 0.35 0.79 0.51
HSL 33.06º 0.65% 0.29% -
HSV(B) 33.06º 0.79% 0.49% -
XYZ 11.37 10.1 2.33 -
YUV 87 93.58 154.39 -
System Red Green Blue C M Y K H S L
Decimal 124 80 26 0 0.35 0.79 0.51 33.06 0.65 0.29
Hex 7C 50 1A 0 23 4F 33 21 41 1D
Octal 174 120 32 0 43 117 63 41 101 35
Binary 1111100 1010000 11010 0 100011 1001111 110011 100001 1000001 11101

Color Harmonies of #7C501A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C501A

Black with #7C501A

Text Example


Text Example

White with #7C501A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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