Html Css Color HEX #754635 Cumin

📋 copy color: '#754635'

red 117 ◦ green 70 ◦ blue 53

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

Shades of Cumin #754635

Tints of Cumin #754635

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.17%

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

R = 48.75%
G = 29.17%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#754635 (or 0x754635) is known color: Cumin. HEX triplet: 75, 46 and 35. RGB value is (117,70,53). Sum of RGB (Red+Green+Blue) = 117+70+53=240 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.75% from 240); Green value is 70 (27.73% from 255 or 29.17% from 240); Blue value is 53 (21.09% from 255 or 22.08% from 240); Max value from RGB is 117 - color contains mainly: red. Hex color #754635 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754635 is #8AB9CA. Grayscale: #525252. Windows color (decimal): -9091531 or 3491445. OLE color: 3491445.

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

Color convert

RGB 117 70 53 -
CMYK 0 0.40 0.55 0.54
HSL 15.94º 0.38% 0.33% -
HSV(B) 15.94º 0.55% 0.46% -
XYZ 10.17 8.42 4.46 -
YUV 82.12 111.57 152.88 -
System Red Green Blue C M Y K H S L
Decimal 117 70 53 0 0.40 0.55 0.54 15.94 0.38 0.33
Hex 75 46 35 0 28 37 36 10 26 21
Octal 165 106 65 0 50 67 66 20 46 41
Binary 1110101 1000110 110101 0 101000 110111 110110 10000 100110 100001

Color Harmonies of #754635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754635

Black with #754635

Text Example


Text Example

White with #754635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754635; }

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

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

background-color css

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

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

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

border-color css

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

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

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