Html Css Color HEX #7A4934 Cumin

📋 copy color: '#7A4934'

red 122 ◦ green 73 ◦ blue 52

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

Shades of Cumin #7A4934

Tints of Cumin #7A4934

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.55%

 BLUE value IS 52 (20.7% from 255) = 21.05%

R = 49.39%
G = 29.55%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.57

 K value IS 0.52

RGB Variations

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

Color information

#7A4934 (or 0x7A4934) is known color: Cumin. HEX triplet: 7A, 49 and 34. RGB value is (122,73,52). Sum of RGB (Red+Green+Blue) = 122+73+52=247 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.39% from 247); Green value is 73 (28.91% from 255 or 29.55% from 247); Blue value is 52 (20.70% from 255 or 21.05% from 247); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4934 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A4934 is #85B6CB. Grayscale: #555555. Windows color (decimal): -8763084 or 3426682. OLE color: 3426682.

HSL color Cylindrical-coordinate representation of color #7A4934: hue angle of 18º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7A4934 is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 73 52 -
CMYK 0 0.40 0.57 0.52
HSL 18º 0.4% 0.34% -
HSV(B) 18º 0.57% 0.48% -
XYZ 11.03 9.15 4.43 -
YUV 85.26 109.23 154.21 -
System Red Green Blue C M Y K H S L
Decimal 122 73 52 0 0.40 0.57 0.52 18 0.4 0.34
Hex 7A 49 34 0 28 39 34 12 28 22
Octal 172 111 64 0 50 71 64 22 50 42
Binary 1111010 1001001 110100 0 101000 111001 110100 10010 101000 100010

Color Harmonies of #7A4934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A4934

Black with #7A4934

Text Example


Text Example

White with #7A4934

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,73,52); }

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

background-color css

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

 a { background-color: rgb(122,73,52); }

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

border-color css

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

 span { border-color: rgb(122,73,52); }

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