Html Css Color HEX #754531 Cumin

📋 copy color: '#754531'

red 117 ◦ green 69 ◦ blue 49

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

Shades of Cumin #754531

Tints of Cumin #754531

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.36%

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

R = 49.79%
G = 29.36%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#754531 (or 0x754531) is known color: Cumin. HEX triplet: 75, 45 and 31. RGB value is (117,69,49). Sum of RGB (Red+Green+Blue) = 117+69+49=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 69 (27.34% from 255 or 29.36% from 235); Blue value is 49 (19.53% from 255 or 20.85% from 235); Max value from RGB is 117 - color contains mainly: red. Hex color #754531 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754531 is #8ABACE. Grayscale: #515151. Windows color (decimal): -9091791 or 3229045. OLE color: 3229045.

HSL color Cylindrical-coordinate representation of color #754531: hue angle of 17.65º 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 #754531 is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 69 49 -
CMYK 0 0.41 0.58 0.54
HSL 17.65º 0.41% 0.33% -
HSV(B) 17.65º 0.58% 0.46% -
XYZ 10.02 8.26 3.97 -
YUV 81.07 109.9 153.63 -
System Red Green Blue C M Y K H S L
Decimal 117 69 49 0 0.41 0.58 0.54 17.65 0.41 0.33
Hex 75 45 31 0 29 3A 36 12 29 21
Octal 165 105 61 0 51 72 66 22 51 41
Binary 1110101 1000101 110001 0 101001 111010 110110 10010 101001 100001

Color Harmonies of #754531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754531

Black with #754531

Text Example


Text Example

White with #754531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754531; }

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

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

background-color css

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

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

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

border-color css

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

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

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