Html Css Color HEX #784231 Cumin

📋 copy color: '#784231'

red 120 ◦ green 66 ◦ blue 49

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

Shades of Cumin #784231

Tints of Cumin #784231

RGB

 RED value IS 120 (47.27% from 255) = 51.06%

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

 BLUE value IS 49 (19.53% from 255) = 20.85%

R = 51.06%
G = 28.09%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.59

 K value IS 0.53

RGB Variations

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

Color information

#784231 (or 0x784231) is known color: Cumin. HEX triplet: 78, 42 and 31. RGB value is (120,66,49). Sum of RGB (Red+Green+Blue) = 120+66+49=235 (31% of max value = 765). Red value is 120 (47.27% from 255 or 51.06% from 235); Green value is 66 (26.17% from 255 or 28.09% from 235); Blue value is 49 (19.53% from 255 or 20.85% from 235); Max value from RGB is 120 - color contains mainly: red. Hex color #784231 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784231 is #87BDCE. Grayscale: #505050. Windows color (decimal): -8895951 or 3228280. OLE color: 3228280.

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

Color convert

RGB 120 66 49 -
CMYK 0 0.45 0.59 0.53
HSL 14.37º 0.42% 0.33% -
HSV(B) 14.37º 0.59% 0.47% -
XYZ 10.25 8.11 3.93 -
YUV 80.21 110.39 156.38 -
System Red Green Blue C M Y K H S L
Decimal 120 66 49 0 0.45 0.59 0.53 14.37 0.42 0.33
Hex 78 42 31 0 2D 3B 35 E 2A 21
Octal 170 102 61 0 55 73 65 16 52 41
Binary 1111000 1000010 110001 0 101101 111011 110101 1110 101010 100001

Color Harmonies of #784231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784231

Black with #784231

Text Example


Text Example

White with #784231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784231; }

 p { color: rgb(120,66,49); }

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

background-color css

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

 a { background-color: rgb(120,66,49); }

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

border-color css

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

 span { border-color: rgb(120,66,49); }

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