Html Css Color HEX #754432 Cumin

📋 copy color: '#754432'

red 117 ◦ green 68 ◦ blue 50

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

Shades of Cumin #754432

Tints of Cumin #754432

RGB

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

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

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

R = 49.79%
G = 28.94%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.57

 K value IS 0.54

RGB Variations

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

Color information

#754432 (or 0x754432) is known color: Cumin. HEX triplet: 75, 44 and 32. RGB value is (117,68,50). Sum of RGB (Red+Green+Blue) = 117+68+50=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 68 (26.95% from 255 or 28.94% from 235); Blue value is 50 (19.92% from 255 or 21.28% from 235); Max value from RGB is 117 - color contains mainly: red. Hex color #754432 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754432 is #8ABBCD. Grayscale: #505050. Windows color (decimal): -9092046 or 3294325. OLE color: 3294325.

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

Color convert

RGB 117 68 50 -
CMYK 0 0.42 0.57 0.54
HSL 16.12º 0.4% 0.33% -
HSV(B) 16.12º 0.57% 0.46% -
XYZ 9.98 8.15 4.06 -
YUV 80.6 110.73 153.96 -
System Red Green Blue C M Y K H S L
Decimal 117 68 50 0 0.42 0.57 0.54 16.12 0.4 0.33
Hex 75 44 32 0 2A 39 36 10 28 21
Octal 165 104 62 0 52 71 66 20 50 41
Binary 1110101 1000100 110010 0 101010 111001 110110 10000 101000 100001

Color Harmonies of #754432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754432

Black with #754432

Text Example


Text Example

White with #754432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754432; }

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

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

background-color css

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

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

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

border-color css

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

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

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