Html Css Color HEX #794230 Cumin

📋 copy color: '#794230'

red 121 ◦ green 66 ◦ blue 48

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

Shades of Cumin #794230

Tints of Cumin #794230

RGB

 RED value IS 121 (47.66% from 255) = 51.49%

 GREEN value IS 66 (26.17% from 255) = 28.09%

 BLUE value IS 48 (19.14% from 255) = 20.43%

R = 51.49%
G = 28.09%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.60

 K value IS 0.53

RGB Variations

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

Color information

#794230 (or 0x794230) is known color: Cumin. HEX triplet: 79, 42 and 30. RGB value is (121,66,48). Sum of RGB (Red+Green+Blue) = 121+66+48=235 (31% of max value = 765). Red value is 121 (47.66% from 255 or 51.49% from 235); Green value is 66 (26.17% from 255 or 28.09% from 235); Blue value is 48 (19.14% from 255 or 20.43% from 235); Max value from RGB is 121 - color contains mainly: red. Hex color #794230 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #794230 is #86BDCF. Grayscale: #505050. Windows color (decimal): -8830416 or 3162745. OLE color: 3162745.

HSL color Cylindrical-coordinate representation of color #794230: hue angle of 14.79º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #794230 is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 66 48 -
CMYK 0 0.45 0.60 0.53
HSL 14.79º 0.43% 0.33% -
HSV(B) 14.79º 0.6% 0.47% -
XYZ 10.37 8.17 3.83 -
YUV 80.39 109.72 156.96 -
System Red Green Blue C M Y K H S L
Decimal 121 66 48 0 0.45 0.60 0.53 14.79 0.43 0.33
Hex 79 42 30 0 2D 3C 35 F 2B 21
Octal 171 102 60 0 55 74 65 17 53 41
Binary 1111001 1000010 110000 0 101101 111100 110101 1111 101011 100001

Color Harmonies of #794230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794230

Black with #794230

Text Example


Text Example

White with #794230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #794230; }

 p { color: rgb(121,66,48); }

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

background-color css

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

 a { background-color: rgb(121,66,48); }

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

border-color css

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

 span { border-color: rgb(121,66,48); }

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