Html Css Color HEX #744632 Cumin

📋 copy color: '#744632'

red 116 ◦ green 70 ◦ blue 50

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

Shades of Cumin #744632

Tints of Cumin #744632

RGB

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

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

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

R = 49.15%
G = 29.66%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#744632 (or 0x744632) is known color: Cumin. HEX triplet: 74, 46 and 32. RGB value is (116,70,50). Sum of RGB (Red+Green+Blue) = 116+70+50=236 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.15% from 236); Green value is 70 (27.73% from 255 or 29.66% from 236); Blue value is 50 (19.92% from 255 or 21.19% from 236); Max value from RGB is 116 - color contains mainly: red. Hex color #744632 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744632 is #8BB9CD. Grayscale: #515151. Windows color (decimal): -9157070 or 3294836. OLE color: 3294836.

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

Color convert

RGB 116 70 50 -
CMYK 0 0.40 0.57 0.55
HSL 18.18º 0.4% 0.33% -
HSV(B) 18.18º 0.57% 0.45% -
XYZ 9.97 8.32 4.1 -
YUV 81.47 110.24 152.63 -
System Red Green Blue C M Y K H S L
Decimal 116 70 50 0 0.40 0.57 0.55 18.18 0.4 0.33
Hex 74 46 32 0 28 39 37 12 28 21
Octal 164 106 62 0 50 71 67 22 50 41
Binary 1110100 1000110 110010 0 101000 111001 110111 10010 101000 100001

Color Harmonies of #744632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744632

Black with #744632

Text Example


Text Example

White with #744632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744632; }

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

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

background-color css

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

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

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

border-color css

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

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

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