Html Css Color HEX #7C3F06 Raw Umber

📋 copy color: '#7C3F06'

red 124 ◦ green 63 ◦ blue 6

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

Shades of Raw Umber #7C3F06

Tints of Raw Umber #7C3F06

RGB

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

 GREEN value IS 63 (25% from 255) = 32.64%

 BLUE value IS 6 (2.73% from 255) = 3.11%

R = 64.25%
G = 32.64%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.95

 K value IS 0.51

RGB Variations

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

Color information

#7C3F06 (or 0x7C3F06) is known color: Raw Umber. HEX triplet: 7C, 3F and 06. RGB value is (124,63,6). Sum of RGB (Red+Green+Blue) = 124+63+6=193 (25% of max value = 765). Red value is 124 (48.83% from 255 or 64.25% from 193); Green value is 63 (25% from 255 or 32.64% from 193); Blue value is 6 (2.73% from 255 or 3.11% from 193); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3F06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C3F06 is #83C0F9. Grayscale: #4B4B4B. Windows color (decimal): -8634618 or 409468. OLE color: 409468.

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

Color convert

RGB 124 63 6 -
CMYK 0 0.49 0.95 0.51
HSL 28.98º 0.91% 0.25% -
HSV(B) 28.98º 0.95% 0.49% -
XYZ 10.12 7.85 1.15 -
YUV 74.74 89.21 163.13 -
System Red Green Blue C M Y K H S L
Decimal 124 63 6 0 0.49 0.95 0.51 28.98 0.91 0.25
Hex 7C 3F 6 0 31 5F 33 1D 5B 19
Octal 174 77 6 0 61 137 63 35 133 31
Binary 1111100 111111 110 0 110001 1011111 110011 11101 1011011 11001

Color Harmonies of #7C3F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3F06

Black with #7C3F06

Text Example


Text Example

White with #7C3F06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,63,6); }

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

background-color css

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

 a { background-color: rgb(124,63,6); }

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

border-color css

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

 span { border-color: rgb(124,63,6); }

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