Html Css Color HEX #744635 Cumin

📋 copy color: '#744635'

red 116 ◦ green 70 ◦ blue 53

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

Shades of Cumin #744635

Tints of Cumin #744635

RGB

 RED value IS 116 (45.7% from 255) = 48.54%

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

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

R = 48.54%
G = 29.29%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#744635 (or 0x744635) is known color: Cumin. HEX triplet: 74, 46 and 35. RGB value is (116,70,53). Sum of RGB (Red+Green+Blue) = 116+70+53=239 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.54% from 239); Green value is 70 (27.73% from 255 or 29.29% from 239); Blue value is 53 (21.09% from 255 or 22.18% from 239); Max value from RGB is 116 - color contains mainly: red. Hex color #744635 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744635 is #8BB9CA. Grayscale: #515151. Windows color (decimal): -9157067 or 3491444. OLE color: 3491444.

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

Color convert

RGB 116 70 53 -
CMYK 0 0.40 0.54 0.55
HSL 16.19º 0.37% 0.33% -
HSV(B) 16.19º 0.54% 0.45% -
XYZ 10.04 8.35 4.45 -
YUV 81.82 111.74 152.38 -
System Red Green Blue C M Y K H S L
Decimal 116 70 53 0 0.40 0.54 0.55 16.19 0.37 0.33
Hex 74 46 35 0 28 36 37 10 25 21
Octal 164 106 65 0 50 66 67 20 45 41
Binary 1110100 1000110 110101 0 101000 110110 110111 10000 100101 100001

Color Harmonies of #744635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744635

Black with #744635

Text Example


Text Example

White with #744635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744635; }

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

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

background-color css

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

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

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

border-color css

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

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

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