Html Css Color HEX #734431 Cumin

📋 copy color: '#734431'

red 115 ◦ green 68 ◦ blue 49

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

Shades of Cumin #734431

Tints of Cumin #734431

RGB

 RED value IS 115 (45.31% from 255) = 49.57%

 GREEN value IS 68 (26.95% from 255) = 29.31%

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

R = 49.57%
G = 29.31%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#734431 (or 0x734431) is known color: Cumin. HEX triplet: 73, 44 and 31. RGB value is (115,68,49). Sum of RGB (Red+Green+Blue) = 115+68+49=232 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.57% from 232); Green value is 68 (26.95% from 255 or 29.31% from 232); Blue value is 49 (19.53% from 255 or 21.12% from 232); Max value from RGB is 115 - color contains mainly: red. Hex color #734431 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734431 is #8CBBCE. Grayscale: #505050. Windows color (decimal): -9223119 or 3228787. OLE color: 3228787.

HSL color Cylindrical-coordinate representation of color #734431: hue angle of 17.27º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #734431 is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 68 49 -
CMYK 0 0.41 0.57 0.55
HSL 17.27º 0.4% 0.32% -
HSV(B) 17.27º 0.57% 0.45% -
XYZ 9.69 8 3.94 -
YUV 79.89 110.57 153.04 -
System Red Green Blue C M Y K H S L
Decimal 115 68 49 0 0.41 0.57 0.55 17.27 0.4 0.32
Hex 73 44 31 0 29 39 37 11 28 20
Octal 163 104 61 0 51 71 67 21 50 40
Binary 1110011 1000100 110001 0 101001 111001 110111 10001 101000 100000

Color Harmonies of #734431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734431

Black with #734431

Text Example


Text Example

White with #734431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734431; }

 p { color: rgb(115,68,49); }

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

background-color css

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

 a { background-color: rgb(115,68,49); }

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

border-color css

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

 span { border-color: rgb(115,68,49); }

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