Html Css Color HEX #7A450D Raw Umber

📋 copy color: '#7A450D'

red 122 ◦ green 69 ◦ blue 13

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

Shades of Raw Umber #7A450D

Tints of Raw Umber #7A450D

RGB

 RED value IS 122 (48.05% from 255) = 59.8%

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

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

R = 59.8%
G = 33.82%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.89

 K value IS 0.52

RGB Variations

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

Color information

#7A450D (or 0x7A450D) is known color: Raw Umber. HEX triplet: 7A, 45 and 0D. RGB value is (122,69,13). Sum of RGB (Red+Green+Blue) = 122+69+13=204 (27% of max value = 765). Red value is 122 (48.05% from 255 or 59.80% from 204); Green value is 69 (27.34% from 255 or 33.82% from 204); Blue value is 13 (5.47% from 255 or 6.37% from 204); Max value from RGB is 122 - color contains mainly: red. Hex color #7A450D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A450D is #85BAF2. Grayscale: #4E4E4E. Windows color (decimal): -8764147 or 869754. OLE color: 869754.

HSL color Cylindrical-coordinate representation of color #7A450D: hue angle of 30.83º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7A450D is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 69 13 -
CMYK 0 0.43 0.89 0.52
HSL 30.83º 0.81% 0.26% -
HSV(B) 30.83º 0.89% 0.48% -
XYZ 10.23 8.42 1.47 -
YUV 78.46 91.06 159.05 -
System Red Green Blue C M Y K H S L
Decimal 122 69 13 0 0.43 0.89 0.52 30.83 0.81 0.26
Hex 7A 45 D 0 2B 59 34 1F 51 1A
Octal 172 105 15 0 53 131 64 37 121 32
Binary 1111010 1000101 1101 0 101011 1011001 110100 11111 1010001 11010

Color Harmonies of #7A450D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A450D

Black with #7A450D

Text Example


Text Example

White with #7A450D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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