#7C3D01

Color #7C3D01 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #7C3D01

Tints of Raw Umber #7C3D01

Color information

#7C3D01 (or 0x7C3D01) is unknown color: approx Raw Umber. HEX triplet: 7C, 3D and 01. RGB value is (124,61,1). Sum of RGB (Red+Green+Blue) = 124+61+1=186 (24% of max value = 765). Red value is 124 (48.83% from 255 or 66.67% from 186); Green value is 61 (24.22% from 255 or 32.80% from 186); Blue value is 1 (0.78% from 255 or 0.54% from 186); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3D01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C3D01 is #83C2FE. Grayscale: #494949. Windows color (decimal): -8635135 or 81276. OLE color: 81276.

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

Color convert

RGB124611-
CMYK00.510.990.51
HSL29.27º98.4%24.51%-
HSV(B)29.27º99.19%48.63%-
XYZ9.997.620.97-
YUV7387.37164.38-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 66.67%
GREEN value IS 61 (24.22% from 255) = 32.80%
BLUE value IS 1 (0.78% from 255) = 0.54%
R=66.67%
G=32.80%
B=0.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.99
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12461100.510.990.5129.2798.424.51
Hex7C3D103363331d6219
Octal174751063143633514231
Binary111110011110110110011110001111001111101110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,61,1); }

 H1.HeaderClassName
 {
   color: #7C3D01;
 }
 .AnyTagClassName
 {
   color: #7C3D01;
 }
</style>
background-color css

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

 a { background-color: rgb(124,61,1); }

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

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

 span { border-color: rgb(124,61,1); }

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