Html Css Color HEX #754735 Cumin

📋 copy color: '#754735'

red 117 ◦ green 71 ◦ blue 53

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

Shades of Cumin #754735

Tints of Cumin #754735

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.46%

 BLUE value IS 53 (21.09% from 255) = 21.99%

R = 48.55%
G = 29.46%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#754735 (or 0x754735) is known color: Cumin. HEX triplet: 75, 47 and 35. RGB value is (117,71,53). Sum of RGB (Red+Green+Blue) = 117+71+53=241 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.55% from 241); Green value is 71 (28.12% from 255 or 29.46% from 241); Blue value is 53 (21.09% from 255 or 21.99% from 241); Max value from RGB is 117 - color contains mainly: red. Hex color #754735 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754735 is #8AB8CA. Grayscale: #525252. Windows color (decimal): -9091275 or 3491701. OLE color: 3491701.

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

Color convert

RGB 117 71 53 -
CMYK 0 0.39 0.55 0.54
HSL 16.88º 0.38% 0.33% -
HSV(B) 16.88º 0.55% 0.46% -
XYZ 10.23 8.55 4.48 -
YUV 82.7 111.24 152.46 -
System Red Green Blue C M Y K H S L
Decimal 117 71 53 0 0.39 0.55 0.54 16.88 0.38 0.33
Hex 75 47 35 0 27 37 36 11 26 21
Octal 165 107 65 0 47 67 66 21 46 41
Binary 1110101 1000111 110101 0 100111 110111 110110 10001 100110 100001

Color Harmonies of #754735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754735

Black with #754735

Text Example


Text Example

White with #754735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754735; }

 p { color: rgb(117,71,53); }

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

background-color css

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

 a { background-color: rgb(117,71,53); }

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

border-color css

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

 span { border-color: rgb(117,71,53); }

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