Html Css Color HEX #7C4204 Raw Umber

📋 copy color: '#7C4204'

red 124 ◦ green 66 ◦ blue 4

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

Shades of Raw Umber #7C4204

Tints of Raw Umber #7C4204

RGB

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

 GREEN value IS 66 (26.17% from 255) = 34.02%

 BLUE value IS 4 (1.95% from 255) = 2.06%

R = 63.92%
G = 34.02%
B = 2.06%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.97

 K value IS 0.51

RGB Variations

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

Color information

#7C4204 (or 0x7C4204) is known color: Raw Umber. HEX triplet: 7C, 42 and 04. RGB value is (124,66,4). Sum of RGB (Red+Green+Blue) = 124+66+4=194 (25% of max value = 765). Red value is 124 (48.83% from 255 or 63.92% from 194); Green value is 66 (26.17% from 255 or 34.02% from 194); Blue value is 4 (1.95% from 255 or 2.06% from 194); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4204 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C4204 is #83BDFB. Grayscale: #4C4C4C. Windows color (decimal): -8633852 or 279164. OLE color: 279164.

HSL color Cylindrical-coordinate representation of color #7C4204: hue angle of 31º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7C4204 is Cyan = 0, Magento = 0.47, Yellow = 0.97 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 66 4 -
CMYK 0 0.47 0.97 0.51
HSL 31º 0.94% 0.25% -
HSV(B) 31º 0.97% 0.49% -
XYZ 10.28 8.19 1.15 -
YUV 76.27 87.22 162.04 -
System Red Green Blue C M Y K H S L
Decimal 124 66 4 0 0.47 0.97 0.51 31 0.94 0.25
Hex 7C 42 4 0 2F 61 33 1F 5E 19
Octal 174 102 4 0 57 141 63 37 136 31
Binary 1111100 1000010 100 0 101111 1100001 110011 11111 1011110 11001

Color Harmonies of #7C4204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4204

Black with #7C4204

Text Example


Text Example

White with #7C4204

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,66,4); }

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

background-color css

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

 a { background-color: rgb(124,66,4); }

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

border-color css

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

 span { border-color: rgb(124,66,4); }

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