Html Css Color HEX #7A530C Raw Umber

📋 copy color: '#7A530C'

red 122 ◦ green 83 ◦ blue 12

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

Shades of Raw Umber #7A530C

Tints of Raw Umber #7A530C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.53%

R = 56.22%
G = 38.25%
B = 5.53%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.90

 K value IS 0.52

RGB Variations

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

Color information

#7A530C (or 0x7A530C) is known color: Raw Umber. HEX triplet: 7A, 53 and 0C. RGB value is (122,83,12). Sum of RGB (Red+Green+Blue) = 122+83+12=217 (28% of max value = 765). Red value is 122 (48.05% from 255 or 56.22% from 217); Green value is 83 (32.81% from 255 or 38.25% from 217); Blue value is 12 (5.08% from 255 or 5.53% from 217); Max value from RGB is 122 - color contains mainly: red. Hex color #7A530C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A530C is #85ACF3. Grayscale: #565656. Windows color (decimal): -8760564 or 807802. OLE color: 807802.

HSL color Cylindrical-coordinate representation of color #7A530C: hue angle of 38.73º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7A530C is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 83 12 -
CMYK 0 0.32 0.90 0.52
HSL 38.73º 0.82% 0.26% -
HSV(B) 38.73º 0.9% 0.48% -
XYZ 11.19 10.35 1.76 -
YUV 86.57 85.92 153.27 -
System Red Green Blue C M Y K H S L
Decimal 122 83 12 0 0.32 0.90 0.52 38.73 0.82 0.26
Hex 7A 53 C 0 20 5A 34 27 52 1A
Octal 172 123 14 0 40 132 64 47 122 32
Binary 1111010 1010011 1100 0 100000 1011010 110100 100111 1010010 11010

Color Harmonies of #7A530C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A530C

Black with #7A530C

Text Example


Text Example

White with #7A530C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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