Html Css Color HEX #7D450D Raw Umber

📋 copy color: '#7D450D'

red 125 ◦ green 69 ◦ blue 13

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

Shades of Raw Umber #7D450D

Tints of Raw Umber #7D450D

RGB

 RED value IS 125 (49.22% from 255) = 60.39%

 GREEN value IS 69 (27.34% from 255) = 33.33%

 BLUE value IS 13 (5.47% from 255) = 6.28%

R = 60.39%
G = 33.33%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.90

 K value IS 0.51

RGB Variations

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

Color information

#7D450D (or 0x7D450D) is known color: Raw Umber. HEX triplet: 7D, 45 and 0D. RGB value is (125,69,13). Sum of RGB (Red+Green+Blue) = 125+69+13=207 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.39% from 207); Green value is 69 (27.34% from 255 or 33.33% from 207); Blue value is 13 (5.47% from 255 or 6.28% from 207); Max value from RGB is 125 - color contains mainly: red. Hex color #7D450D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D450D is #82BAF2. Grayscale: #4F4F4F. Windows color (decimal): -8567539 or 869757. OLE color: 869757.

HSL color Cylindrical-coordinate representation of color #7D450D: hue angle of 30º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7D450D is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 69 13 -
CMYK 0 0.45 0.90 0.51
HSL 30º 0.81% 0.27% -
HSV(B) 30º 0.9% 0.49% -
XYZ 10.66 8.65 1.49 -
YUV 79.36 90.55 160.55 -
System Red Green Blue C M Y K H S L
Decimal 125 69 13 0 0.45 0.90 0.51 30 0.81 0.27
Hex 7D 45 D 0 2D 5A 33 1E 51 1B
Octal 175 105 15 0 55 132 63 36 121 33
Binary 1111101 1000101 1101 0 101101 1011010 110011 11110 1010001 11011

Color Harmonies of #7D450D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D450D

Black with #7D450D

Text Example


Text Example

White with #7D450D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,69,13); }

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

background-color css

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

 a { background-color: rgb(125,69,13); }

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

border-color css

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

 span { border-color: rgb(125,69,13); }

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