Html Css Color HEX #754431 Cumin

📋 copy color: '#754431'

red 117 ◦ green 68 ◦ blue 49

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

Shades of Cumin #754431

Tints of Cumin #754431

RGB

 RED value IS 117 (46.09% from 255) = 50%

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

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

R = 50%
G = 29.06%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#754431 (or 0x754431) is known color: Cumin. HEX triplet: 75, 44 and 31. RGB value is (117,68,49). Sum of RGB (Red+Green+Blue) = 117+68+49=234 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50% from 234); Green value is 68 (26.95% from 255 or 29.06% from 234); Blue value is 49 (19.53% from 255 or 20.94% from 234); Max value from RGB is 117 - color contains mainly: red. Hex color #754431 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754431 is #8ABBCE. Grayscale: #505050. Windows color (decimal): -9092047 or 3228789. OLE color: 3228789.

HSL color Cylindrical-coordinate representation of color #754431: hue angle of 16.76º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #754431 is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 68 49 -
CMYK 0 0.42 0.58 0.54
HSL 16.76º 0.41% 0.33% -
HSV(B) 16.76º 0.58% 0.46% -
XYZ 9.96 8.14 3.95 -
YUV 80.49 110.23 154.04 -
System Red Green Blue C M Y K H S L
Decimal 117 68 49 0 0.42 0.58 0.54 16.76 0.41 0.33
Hex 75 44 31 0 2A 3A 36 11 29 21
Octal 165 104 61 0 52 72 66 21 51 41
Binary 1110101 1000100 110001 0 101010 111010 110110 10001 101001 100001

Color Harmonies of #754431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754431

Black with #754431

Text Example


Text Example

White with #754431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754431; }

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

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

background-color css

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

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

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

border-color css

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

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

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