Html Css Color HEX #754232 Cumin

📋 copy color: '#754232'

red 117 ◦ green 66 ◦ blue 50

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

Shades of Cumin #754232

Tints of Cumin #754232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 21.46%

R = 50.21%
G = 28.33%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.57

 K value IS 0.54

RGB Variations

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

Color information

#754232 (or 0x754232) is known color: Cumin. HEX triplet: 75, 42 and 32. RGB value is (117,66,50). Sum of RGB (Red+Green+Blue) = 117+66+50=233 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.21% from 233); Green value is 66 (26.17% from 255 or 28.33% from 233); Blue value is 50 (19.92% from 255 or 21.46% from 233); Max value from RGB is 117 - color contains mainly: red. Hex color #754232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754232 is #8ABDCD. Grayscale: #4F4F4F. Windows color (decimal): -9092558 or 3293813. OLE color: 3293813.

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

Color convert

RGB 117 66 50 -
CMYK 0 0.44 0.57 0.54
HSL 14.33º 0.4% 0.33% -
HSV(B) 14.33º 0.57% 0.46% -
XYZ 9.86 7.91 4.02 -
YUV 79.43 111.4 154.8 -
System Red Green Blue C M Y K H S L
Decimal 117 66 50 0 0.44 0.57 0.54 14.33 0.4 0.33
Hex 75 42 32 0 2C 39 36 E 28 21
Octal 165 102 62 0 54 71 66 16 50 41
Binary 1110101 1000010 110010 0 101100 111001 110110 1110 101000 100001

Color Harmonies of #754232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754232

Black with #754232

Text Example


Text Example

White with #754232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754232; }

 p { color: rgb(117,66,50); }

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

background-color css

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

 a { background-color: rgb(117,66,50); }

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

border-color css

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

 span { border-color: rgb(117,66,50); }

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