#7D3D00

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

Shades of Raw Umber #7D3D00

Tints of Raw Umber #7D3D00

Color information

#7D3D00 (or 0x7D3D00) is unknown color: approx Raw Umber. HEX triplet: 7D, 3D and 00. RGB value is (125,61,0). Sum of RGB (Red+Green+Blue) = 125+61+0=186 (24% of max value = 765). Red value is 125 (49.22% from 255 or 67.20% from 186); Green value is 61 (24.22% from 255 or 32.80% from 186); Blue value is 0 (0.39% from 255 or 0% from 186); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3D00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D3D00 is #82C2FF. Grayscale: #494949. Windows color (decimal): -8569600 or 15741. OLE color: 15741.

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

Color convert

RGB125610-
CMYK00.5110.51
HSL29.28º100%24.51%-
HSV(B)29.28º100%49.02%-
XYZ10.137.70.95-
YUV73.1886.7164.96-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 67.20%
GREEN value IS 61 (24.22% from 255) = 32.80%
BLUE value IS 0 (0.39% from 255) = 0%
R=67.20%
G=32.80%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 1
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12561000.5110.5129.2810024.51
Hex7D3D003364331d6419
Octal175750063144633514431
Binary111110111110100110011110010011001111101110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D3D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,61,0); }

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

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

 a { background-color: rgb(125,61,0); }

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

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

 span { border-color: rgb(125,61,0); }

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