Html Css Color HEX #7A4933 Cumin

📋 copy color: '#7A4933'

red 122 ◦ green 73 ◦ blue 51

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

Shades of Cumin #7A4933

Tints of Cumin #7A4933

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 20.73%

R = 49.59%
G = 29.67%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.58

 K value IS 0.52

RGB Variations

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

Color information

#7A4933 (or 0x7A4933) is known color: Cumin. HEX triplet: 7A, 49 and 33. RGB value is (122,73,51). Sum of RGB (Red+Green+Blue) = 122+73+51=246 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.59% from 246); Green value is 73 (28.91% from 255 or 29.67% from 246); Blue value is 51 (20.31% from 255 or 20.73% from 246); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4933 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A4933 is #85B6CC. Grayscale: #555555. Windows color (decimal): -8763085 or 3361146. OLE color: 3361146.

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

Color convert

RGB 122 73 51 -
CMYK 0 0.40 0.58 0.52
HSL 18.59º 0.41% 0.34% -
HSV(B) 18.59º 0.58% 0.48% -
XYZ 11.01 9.14 4.32 -
YUV 85.14 108.73 154.29 -
System Red Green Blue C M Y K H S L
Decimal 122 73 51 0 0.40 0.58 0.52 18.59 0.41 0.34
Hex 7A 49 33 0 28 3A 34 13 29 22
Octal 172 111 63 0 50 72 64 23 51 42
Binary 1111010 1001001 110011 0 101000 111010 110100 10011 101001 100010

Color Harmonies of #7A4933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A4933

Black with #7A4933

Text Example


Text Example

White with #7A4933

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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