Html Css Color HEX #7C480B Raw Umber

📋 copy color: '#7C480B'

red 124 ◦ green 72 ◦ blue 11

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

Shades of Raw Umber #7C480B

Tints of Raw Umber #7C480B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.78%

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

R = 59.9%
G = 34.78%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.91

 K value IS 0.51

RGB Variations

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

Color information

#7C480B (or 0x7C480B) is known color: Raw Umber. HEX triplet: 7C, 48 and 0B. RGB value is (124,72,11). Sum of RGB (Red+Green+Blue) = 124+72+11=207 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.90% from 207); Green value is 72 (28.52% from 255 or 34.78% from 207); Blue value is 11 (4.69% from 255 or 5.31% from 207); Max value from RGB is 124 - color contains mainly: red. Hex color #7C480B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C480B is #83B7F4. Grayscale: #505050. Windows color (decimal): -8632309 or 739452. OLE color: 739452.

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

Color convert

RGB 124 72 11 -
CMYK 0 0.42 0.91 0.51
HSL 32.39º 0.84% 0.26% -
HSV(B) 32.39º 0.91% 0.49% -
XYZ 10.69 8.94 1.48 -
YUV 80.59 88.73 158.96 -
System Red Green Blue C M Y K H S L
Decimal 124 72 11 0 0.42 0.91 0.51 32.39 0.84 0.26
Hex 7C 48 B 0 2A 5B 33 20 54 1A
Octal 174 110 13 0 52 133 63 40 124 32
Binary 1111100 1001000 1011 0 101010 1011011 110011 100000 1010100 11010

Color Harmonies of #7C480B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C480B

Black with #7C480B

Text Example


Text Example

White with #7C480B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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