Html Css Color HEX #7C410B Raw Umber

📋 copy color: '#7C410B'

red 124 ◦ green 65 ◦ blue 11

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

Shades of Raw Umber #7C410B

Tints of Raw Umber #7C410B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 32.5%

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

R = 62%
G = 32.5%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.91

 K value IS 0.51

RGB Variations

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

Color information

#7C410B (or 0x7C410B) is known color: Raw Umber. HEX triplet: 7C, 41 and 0B. RGB value is (124,65,11). Sum of RGB (Red+Green+Blue) = 124+65+11=200 (26% of max value = 765). Red value is 124 (48.83% from 255 or 62% from 200); Green value is 65 (25.78% from 255 or 32.5% from 200); Blue value is 11 (4.69% from 255 or 5.5% from 200); Max value from RGB is 124 - color contains mainly: red. Hex color #7C410B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C410B is #83BEF4. Grayscale: #4C4C4C. Windows color (decimal): -8634101 or 737660. OLE color: 737660.

HSL color Cylindrical-coordinate representation of color #7C410B: hue angle of 28.67º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7C410B is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 65 11 -
CMYK 0 0.48 0.91 0.51
HSL 28.67º 0.84% 0.26% -
HSV(B) 28.67º 0.91% 0.49% -
XYZ 10.26 8.09 1.34 -
YUV 76.49 91.05 161.89 -
System Red Green Blue C M Y K H S L
Decimal 124 65 11 0 0.48 0.91 0.51 28.67 0.84 0.26
Hex 7C 41 B 0 30 5B 33 1D 54 1A
Octal 174 101 13 0 60 133 63 35 124 32
Binary 1111100 1000001 1011 0 110000 1011011 110011 11101 1010100 11010

Color Harmonies of #7C410B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C410B

Black with #7C410B

Text Example


Text Example

White with #7C410B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,65,11); }

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

background-color css

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

 a { background-color: rgb(124,65,11); }

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

border-color css

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

 span { border-color: rgb(124,65,11); }

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