Html Css Color HEX #7A530D Raw Umber

📋 copy color: '#7A530D'

red 122 ◦ green 83 ◦ blue 13

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

Shades of Raw Umber #7A530D

Tints of Raw Umber #7A530D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 38.07%

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

R = 55.96%
G = 38.07%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.89

 K value IS 0.52

RGB Variations

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

Color information

#7A530D (or 0x7A530D) is known color: Raw Umber. HEX triplet: 7A, 53 and 0D. RGB value is (122,83,13). Sum of RGB (Red+Green+Blue) = 122+83+13=218 (28% of max value = 765). Red value is 122 (48.05% from 255 or 55.96% from 218); Green value is 83 (32.81% from 255 or 38.07% from 218); Blue value is 13 (5.47% from 255 or 5.96% from 218); Max value from RGB is 122 - color contains mainly: red. Hex color #7A530D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A530D is #85ACF2. Grayscale: #575757. Windows color (decimal): -8760563 or 873338. OLE color: 873338.

HSL color Cylindrical-coordinate representation of color #7A530D: hue angle of 38.53º 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 #7A530D is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 83 13 -
CMYK 0 0.32 0.89 0.52
HSL 38.53º 0.81% 0.26% -
HSV(B) 38.53º 0.89% 0.48% -
XYZ 11.19 10.35 1.79 -
YUV 86.68 86.42 153.19 -
System Red Green Blue C M Y K H S L
Decimal 122 83 13 0 0.32 0.89 0.52 38.53 0.81 0.26
Hex 7A 53 D 0 20 59 34 27 51 1A
Octal 172 123 15 0 40 131 64 47 121 32
Binary 1111010 1010011 1101 0 100000 1011001 110100 100111 1010001 11010

Color Harmonies of #7A530D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A530D

Black with #7A530D

Text Example


Text Example

White with #7A530D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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